1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

m1rc3/norruption/: loop5 test: cut power while in standby

This commit is contained in:
Werner Almesberger
2011-09-09 11:07:06 -03:00
parent 2e3553d458
commit db7ae94e64
2 changed files with 20 additions and 0 deletions

12
m1rc3/norruption/loop5 Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
n=0
while true; do
n=`expr $n + 1`
echo ===== $n =====
labsw ch1=0 ch2=0
sleep 5
labsw ch1=1 ch2=1
sleep 2
done