diff options
| author | Damien George | 2015-12-29 00:20:34 +0000 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-24 17:33:42 +0200 |
| commit | 78d0dde5622aa9ab55b7dfc0dc26407734580780 (patch) | |
| tree | 51e19077e375af5b184e6dfa7d54d7990aadf591 /esp8266/Makefile | |
| parent | 0cdbd356fdd9dc5ad9c88bb0ee9b027b98981386 (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/Makefile | 1 |
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 \ |
