aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorDamien George2015-12-29 00:20:34 +0000
committerPaul Sokolovsky2016-03-24 17:33:42 +0200
commit78d0dde5622aa9ab55b7dfc0dc26407734580780 (patch)
tree51e19077e375af5b184e6dfa7d54d7990aadf591 /esp8266/Makefile
parent0cdbd356fdd9dc5ad9c88bb0ee9b027b98981386 (diff)
esp8266: Add onewire helper functions as C module.
Includes functions to read and write bits and bytes.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index c742ceffa..9bf6bc2c2 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -67,6 +67,7 @@ SRC_C = \
modutime.c \
moduos.c \
modmachine.c \
+ modonewire.c \
utils.c \
ets_alt_task.c \
$(BUILD)/frozen.c \