chiark / gitweb /
changed to pin mode to support softPwm.
[wiringPi.git] / examples / blink.sh
index 2aa378a643e4b5a9d0836286c05ca89b9aae37d5..77553836ec7aa7911fd165efe891f1f26573a4c0 100644 (file)
@@ -25,7 +25,7 @@
 
 # LED Pin - wiringPi pin 0 is BCM_GPIO 17.
 
-LED=0
+PIN=0
 
 gpio mode $PIN out