Beaglebone and flashing LED examples
In this example we connect 6 LEDs to our Beaglebone board and then flash them on and off, we will have a Bonescript example and Python example In our example…
In this example we connect 6 LEDs to our Beaglebone board and then flash them on and off, we will have a Bonescript example and Python example In our example…
The BBC micro:bit does not have a dedicated temperature sensor. Instead, the temperature provided is actually the temperature of the silicon die on the main CPU. So not a…
In our previous example we flashed an LED on, here are another couple of examples This will flash the led on and off [codesyntax lang=”python”] import RPi.GPIO as GPIO import…
In the following example we will connect an LED and resistor to pin 7 of P1 on our Raspberry PI and we will flash an LED on, here is a…