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:paperduinopi_hat [2016/07/17 01:08]
admin [Installing the Arduino IDE]
raspberry_boards:paperduinopi_hat [2016/07/17 01:42]
admin [Install the Shutdown Button and the LED]
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 " ​   =============================================\n"​
 +   ​printf " ​   =             ​PAPER-DUINO-HAT ​              ​=\n"​
 +   ​printf " ​   =                                           ​=\n"​
 +   ​printf " ​   =          wolfgang spahn 07-2016 ​          ​=\n"​
 +   ​printf " ​   =         ​http://​dernulleffekt.de ​          ​=\n"​
 +   ​printf " ​   =============================================\n"​
 +   ​printf " \n"
    # run reset and shutdown script    # run reset and shutdown script
    ​printf "​Starts shutdown aund reset button on GPIO 22\n"    ​printf "​Starts shutdown aund reset button on GPIO 22\n"