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:duino-pi_modification [2016/07/10 17:52]
admin [Set the SSH connection]
raspberry_boards:duino-pi_modification [2016/07/16 21:48]
admin [Install Blinking LED]
Line 53: Line 53:
     $ sudo nano /​etc/​rc.local     $ sudo nano /​etc/​rc.local
 write before exit 0: write before exit 0:
-   # ​run reset and shutdown script+   # ​blink an LED
    ​printf "​Starting blinking LED on GPIO 22"    ​printf "​Starting blinking LED on GPIO 22"
    /​home/​pi/​paper-duino-pi/​blink_22.py &    /​home/​pi/​paper-duino-pi/​blink_22.py &