DS18b20 and the Raspberry PI example
In this example we connect a DS18b20 temperature sensor to our Raspberry PI and read in the value, here is the schematic for this. Start the terminal and entering…
In this example we connect a DS18b20 temperature sensor to our Raspberry PI and read in the value, here is the schematic for this. Start the terminal and entering…
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…