Add Snake game @ tetris

This commit is contained in:
Edward Emelianov
2021-04-22 21:58:27 +03:00
parent 1335cae775
commit 7b02c43bf7
30 changed files with 6695 additions and 0 deletions

7
F1-nolib/Tetris/getrand Executable file
View 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