First support PL2303-HXD GPIO 2 & 3
[pub/pl2303-ft232-gpio.git] / examples / kitt.sh
1 #!/bin/bash
2 GPIOTOOL=cp2103gpio
3 while true; do
4 $GPIOTOOL --gpio=0 --out 1 --gpio 1 --out 0 --sleep 300
5 $GPIOTOOL --gpio=1 --out 1 --gpio 2 --out 0 --sleep 300
6 $GPIOTOOL --gpio=2 --out 1 --gpio 1 --out 0 --sleep 300
7 $GPIOTOOL --gpio=1 --out 1 --gpio 0 --out 0 --sleep 300
8 done