Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
raspberry_boards:raspberry_basic_hat [2017/09/12 18:12]
admin [Install the Shutdown Button and the LED]
raspberry_boards:raspberry_basic_hat [2017/09/12 18:16]
admin
Line 39: Line 39:
   # run reset and shutdown script   # run reset and shutdown script
   printf ">>>>>>>>​ Starting shutdown aund reset button on GPIO 22\n"   printf ">>>>>>>>​ Starting shutdown aund reset button on GPIO 22\n"
-  /home/pi/paper-duino-pi/​shutdownbutton_hat.py & +  /home/pi/basic-hat/​shutdownbutton_hat.py & 
   ​   ​
   # blink an LED   # blink an LED
   printf ">>>>>>>>​ Starting blinking LED on GPIO 27\n"   printf ">>>>>>>>​ Starting blinking LED on GPIO 27\n"
-  /home/pi/paper-duino-pi/​blink_hat.py &+  /home/pi/basic-hat/​blink_hat.py &
  
 To save and leave press: CTRL+O, Enter, CTRL+X\\ To save and leave press: CTRL+O, Enter, CTRL+X\\