Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
code:flashing_led_c [2015/10/19 15:11]
admin created
code:flashing_led_c [2015/10/19 16:17]
admin
Line 1: Line 1:
 +==== C Flash an LED on B2 ====
 +19Okt2015\\
 +The Raspberry Pi B and the B2 has different Soc that's why in C they need a different code:\\
 +[[code:flashing_LED_C|Flashing an LED in C on B2]]
 +
 ---- ----
 ===== Flashing an LED in C on Raspberry Pi B2===== ===== Flashing an LED in C on Raspberry Pi B2=====
Line 16: Line 21:
 [[http://dernulleffekt.de/download/blink_GPIO18_BCM2835-36.c]] [[http://dernulleffekt.de/download/blink_GPIO18_BCM2835-36.c]]
  
-==== Knowledge ====+---- 
 +===== Knowledge =====
  
 The Raspberry Pi B has the SoC BM2835 and the Raspberry Pi B2 has the Soc BM2836 on the Board. That means working with the GPIOs needs different code. The Raspberry Pi B has the SoC BM2835 and the Raspberry Pi B2 has the Soc BM2836 on the Board. That means working with the GPIOs needs different code.
Line 26: Line 32:
 [[http://raspberrypiguide.de/howtos/raspberry-pi-gpio-how-to/]]\\ [[http://raspberrypiguide.de/howtos/raspberry-pi-gpio-how-to/]]\\
 [[https://learn.sparkfun.com/tutorials/raspberry-gpio]]\\ [[https://learn.sparkfun.com/tutorials/raspberry-gpio]]\\
- +[[http://www.pieter-jan.com/node/15]]\\
-http://www.pieter-jan.com/node/15\\+
  
 ---- ----