esp8266: Add basic I2C driver, with init and writeto methods.

Tested and working with SSD1306 I2C display.
This commit is contained in:
Damien George
2016-02-11 12:43:41 +00:00
committed by Paul Sokolovsky
parent 7059c8c23c
commit dd32f02cc3
5 changed files with 270 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ SRC_C = \
modpybpin.c \
modpybrtc.c \
modpybadc.c \
modpybi2c.c \
modesp.c \
modnetwork.c \
modutime.c \