]> www.fi.muni.cz Git - tinyboard.git/blobdiff - projects/step-up/Makefile
Buttons, status LED, control implemented.
[tinyboard.git] / projects / step-up / Makefile
index 67353fafd77cd41f68c41484bf1e4389a8d2583c..b6ca436293d05a834e374cb6e4b72ec6554b47d1 100644 (file)
@@ -1,6 +1,6 @@
 
 PROGRAM=lights
-SRC=main.c logging.c pwm.c adc.c
+SRC=main.c logging.c pwm.c adc.c pwmled.c pattern.c buttons.c control.c
 OBJ=$(SRC:.c=.o)