pcf8574:pcf8574.c gcc -Wall pcf8574.c -o pcf8574 -lbcm2835 gcc -Wall led.c -o led -lbcm2835 clean: rm pcf8574 led