diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-03 19:13:00 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-03 19:13:00 +0100 |
commit | 4193ec1618230f7bbc927e1d2280976a9d5dd464 (patch) | |
tree | d4d9efedfd928d2ca365ecab46d94dc9040bf749 /sw/Makefile | |
parent | 48ac857cc3082aee3300a4d39834e109bd909f82 (diff) | |
download | glutte-batteries-4193ec1618230f7bbc927e1d2280976a9d5dd464.tar.gz glutte-batteries-4193ec1618230f7bbc927e1d2280976a9d5dd464.tar.bz2 glutte-batteries-4193ec1618230f7bbc927e1d2280976a9d5dd464.zip |
Add relay toggle code
Diffstat (limited to 'sw/Makefile')
-rw-r--r-- | sw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Makefile b/sw/Makefile index bd9f6ff..0b76729 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -23,6 +23,7 @@ BUILD_DIR=build APP_NAME = sw HEADERS = \ + pins.hpp \ common.hpp \ relays.hpp \ lib/Arduino.h \ |