You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple project in C that uses wiringPi library to blink led based on status of network connection and ADSB inputs.
To compile:
gcc -Wall -O3 -o adsb_status_daemon adsb_status_daemon.c -lwiringPi
WiringPi library is required for compilation
About
A simple project in C that uses wiringPi library to blink led based on status of network connection and ADSB inputs