Blink

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