mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
esp8266: Add basic I2C driver, with init and writeto methods.
Tested and working with SSD1306 I2C display.
This commit is contained in:
committed by
Paul Sokolovsky
parent
7059c8c23c
commit
dd32f02cc3
@@ -61,6 +61,7 @@ SRC_C = \
|
||||
modpybpin.c \
|
||||
modpybrtc.c \
|
||||
modpybadc.c \
|
||||
modpybi2c.c \
|
||||
modesp.c \
|
||||
modnetwork.c \
|
||||
modutime.c \
|
||||
|
||||
Reference in New Issue
Block a user