From fa17eabce934212861b406f42c1bb34564848d84 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 25 Mar 2017 17:12:24 +0300 Subject: [PATCH] README: Describe extmod/ dir. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d664161d..9c4cd67b9 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Additional components: - pic16bit/ -- a version of MicroPython for 16-bit PIC microcontrollers. - cc3200/ -- a version of MicroPython that runs on the CC3200 from TI. - esp8266/ -- an experimental port for ESP8266 WiFi modules. +- extmod/ -- additional (non-core) modules implemented in C. - tools/ -- various tools, including the pyboard.py module. - examples/ -- a few example Python scripts.