diff options
| author | Damien George | 2016-02-11 12:43:41 +0000 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-24 11:17:17 +0200 |
| commit | dd32f02cc3c5d23acd033fda83e968b1eff3d42f (patch) | |
| tree | e7c3fbce4b7b397f12b82fd2044059b1a642c4f4 /esp8266/Makefile | |
| parent | 7059c8c23c85f91475a40cf9af2563df144b0f64 (diff) | |
esp8266: Add basic I2C driver, with init and writeto methods.
Tested and working with SSD1306 I2C display.
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 1ede2fe5b..c742ceffa 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -61,6 +61,7 @@ SRC_C = \ modpybpin.c \ modpybrtc.c \ modpybadc.c \ + modpybi2c.c \ modesp.c \ modnetwork.c \ modutime.c \ |
