added dumps and script

This commit is contained in:
2020-05-11 23:20:22 +02:00
parent b6472bb381
commit 087c0fcb71
3 changed files with 6 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
while :
do
echo -ne 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' > /dev/ttyUSB0
sleep 1
done
BIN
View File
Binary file not shown.
Binary file not shown.