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
image_modifikations [2016/01/28 16:30]
admin [Script]
image_modifikations [2016/01/28 16:31]
admin [Embedded Artist Image Modifications for Raspbian Wheezy]
Line 1: Line 1:
 ===== Embedded Artist Image Modifications for Raspbian Wheezy ===== ===== Embedded Artist Image Modifications for Raspbian Wheezy =====
  
-These modifications work with the Raspberry Pi B+, too.+These modifications work with the Raspberry Pi B and B+.
 Download and burn the Raspbian Wheezy 2014-09-09 Image:\\ Download and burn the Raspbian Wheezy 2014-09-09 Image:\\
 [[https://www.raspberrypi.org/downloads/raspbian/]]\\ [[https://www.raspberrypi.org/downloads/raspbian/]]\\
Line 68: Line 68:
    printf "start shutdown aund reset button on GPIO 22\n"    printf "start shutdown aund reset button on GPIO 22\n"
    /home/pi/paper-duino-pi/shutdownbutton_02.py &    /home/pi/paper-duino-pi/shutdownbutton_02.py &
 +   # start blinking
    printf "start blinking on GPIO 27\n"    printf "start blinking on GPIO 27\n"
    /home/pi/paper-duino-pi/blink_02.py &    /home/pi/paper-duino-pi/blink_02.py &