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
raspberry_boards:paperduinopi_hat [2016/07/17 01:42]
admin [Install the Shutdown Button and the LED]
raspberry_boards:paperduinopi_hat [2020/06/11 22:13] (current)
Line 76: Line 76:
     $ sudo nano /​etc/​rc.local     $ sudo nano /​etc/​rc.local
 Write before "exit 0": Write before "exit 0":
-   ​printf " ​ \n" +  printf ">>>>>>>> ​PAPER-DUINO-HAT ​07_2016 ​http://​dernulleffekt.de\n" ​          ​ 
-   printf " ​   ​=============================================\n"​ +   
-   ​printf " ​   =             PAPER-DUINO-HAT ​              =\n" +  # run reset and shutdown script 
-   ​printf " ​   =                                           ​=\n"​ +  printf ">>>>>>>>​ Starting ​shutdown aund reset button on GPIO 22\n"​ 
-   ​printf " ​   =          wolfgang spahn 07-2016 ​          ​=\n"​ +  /​home/​pi/​paper-duino-pi/​shutdownbutton_hat.py &  
-   ​printf " ​   =         http://​dernulleffekt.de ​          =\n" +   
-   printf " ​   =============================================\n"​ +  ​# blink an LED 
-   printf " \n" +  printf ">>>>>>>>​ Starting ​blinking LED on GPIO 27\n"​ 
-   # run reset and shutdown script +  /​home/​pi/​paper-duino-pi/​blink_hat.py & 
-   ​printf "Starts ​shutdown aund reset button on GPIO 22\n"​ +
-   ​/​home/​pi/​paper-duino-pi/​shutdownbutton_hat.py &  +
-   ​# blink an LED +
-   ​printf "Starts ​blinking LED on GPIO 27\n"​ +
-   ​/​home/​pi/​paper-duino-pi/​blink_hat.py &+
 To save and leave press: CTRL+O, Enter, CTRL+X\\ To save and leave press: CTRL+O, Enter, CTRL+X\\
 Reboot: Reboot:
Line 122: Line 118:
  
 ---- ----
-~~socialite:icon facebook twitter googleplus reddit~~+==== License ==== 
 + 
 +The Paper-Duino-Hat was designed by **Wolfgang Spahn** 2012-16.\\ 
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]]. 
 + 
 +<​html>​ 
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a>​  
 +</​html>​
  
 ---- ----
 +