mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 17:51:01 +03:00
Some modifications of RGB LED panel
This commit is contained in:
7
F1-nolib/RGB_LED_Screen/getrand
Executable file
7
F1-nolib/RGB_LED_Screen/getrand
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
COMDEV=/dev/ttyUSB0
|
||||
stty -F $COMDEV -hupcl -opost -onlcr -isig -iexten -echo -echoe -echok -echoctl -echoke -icanon min 0 time 1 115200
|
||||
|
||||
echo "G" > $COMDEV &
|
||||
cat $COMDEV
|
||||
Reference in New Issue
Block a user