Answers for "how to compile c code with wiringPi"

0

how to compile c code with wiringPi

gcc -Wall -o blink blink.c -lwiringPi
sudo ./blink
Posted by: Guest on June-09-2021

Browse Popular Code Answers by Language