Implement led control in another module

This commit is contained in:
Rodrigo Arias Mallo
2025-11-02 19:24:02 +01:00
parent 402e1f4e43
commit d59dec50a8
7 changed files with 207 additions and 24 deletions

View File

@@ -39,6 +39,9 @@ test_ntc: test/test_ntc.o ntc.o
test_overheat: test/test_overheat.o overheat.o
gcc $^ -o $@ $(LIBS)
test_led: test/test_led.o test/compat.o led.o
gcc $^ -o $@ $(LIBS)
clean:
rm -f test/test_ntc.o ntc.o