Files

copied
Last update 5 years 2 months by AEFeinstein
Filesswitch_mon
..
README.md
makefile
switch_mon.c
switch_mon.service
switch_mon_setup.sh
makefile
all: gcc switch_mon.c -o switch_mon -Wall -Wextra -lwiringPi clean: rm switch_mon
Report a bug