summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-04-12 13:55:20 +0100
committerDamien George <damien.p.george@gmail.com>2016-04-12 14:06:54 +0100
commita525493e40eb4d89e805737bfa36b39d35221efb (patch)
treed6b2d9b330c51d0af4601e52b2b6d908cf0bda82 /esp8266/mpconfigport.h
parentac63ca7bc57e24008d25c0826c5c0c42abf38b13 (diff)
downloadmicropython-a525493e40eb4d89e805737bfa36b39d35221efb.tar.gz
micropython-a525493e40eb4d89e805737bfa36b39d35221efb.zip
esp8266: Switch from using custom I2C driver to generic extmod one.
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 9106b8288a..e30e13400e 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -50,6 +50,7 @@
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_LWIP (1)
#define MICROPY_PY_MACHINE (1)
+#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)