serial/ structuration du code
This commit is contained in:
10
serial/essai.sh
Executable file
10
serial/essai.sh
Executable 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
|
||||
Reference in New Issue
Block a user