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
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 19:02]
admin [Paper-Duino-Hat]
Line 1: Line 1:
 ===== Paper-Duino-Hat ===== ===== Paper-Duino-Hat =====
  
 +{{:​raspberry_boards:​raspberry_basic_hat.jpg?​600|}}\\
 That's the pure reduced simple Basic Hat for the Raspberry Pi. If one just needs a reset button, a control LED and a switch, that is the right board.\\ That's the pure reduced simple Basic Hat for the Raspberry Pi. If one just needs a reset button, a control LED and a switch, that is the right board.\\
-It has an Reset-Button (GPIO 22) and a GPIO LED (GPIO 27).+It has an Reset-Button (GPIO 22) and a GPIO LED (GPIO 27). On GPIO 19 is a switch. 
 ---- ----
- 
 ==== Paper PCB ==== ==== Paper PCB ====
 +{{:​raspberry_boards:​raspberry_basic_hat_02.jpg?​600|}}\\ 
 +{{ :​raspberry_boards:​raspberry_basic_hat_02.zip |}}
  
 ---- ----
Line 39: Line 41:
   # 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\\