how to compile c code with wiringPi code example Example: how to compile c code with wiringPi gcc -Wall -o blink blink.c -lwiringPi sudo ./blink