My first RaspberryPi project; periodically drives GPIO.0 (WiringPi numbering) high and low.
sudo apt install wiringpi
mkdir build
cd build
cmake ..
make
My first RaspberryPi project; periodically drives GPIO.0 (WiringPi numbering) high and low.
sudo apt install wiringpi
mkdir build
cd build
cmake ..
make