Blink is the “Hello World” of the GPIO interfacing world. It’s the simplest program and circuit that lets you see something happening. If you have the following saved in a file called blink.c: #include <wiringPi.h> int main (void) { wiringPiSetup … Continue reading Blink
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed