Atlas - init.sh

Home / systems / arduino / buzzer Lines: 1 | Size: 257 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1# Setup arduino buzzer 2 3# Dont sleep, we need to set permissions on the device 4chmod a+rw /dev/ttyACM0 5stty -F /dev/ttyACM0 115200 raw -echo 6 7mkfifo /tmp/buzzer 8chmod 666 /tmp/buzzer 9 10python3 buzzerd.py & 11 12echo 500 > /tmp/buzzer 13sleep 1 14echo 0 > /tmp/buzzer
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.