serial/ structuration du code

This commit is contained in:
2019-01-05 11:47:51 +01:00
parent 704a51d3b2
commit dd359c9f82
4 changed files with 73 additions and 17 deletions

10
serial/essai.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
DEVICE="/dev/ttyACM0"
for p in {0..15}
do
echo pass $p
./t ${DEVICE} | tee -a foo.dat
sleep 8
done