diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-01 00:03:55 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-01 00:03:55 +0300 |
commit | 0e4cae521288208e637d609fc00503fc828217b6 (patch) | |
tree | 5a345abb74bd3c13246f6df504c8b3dd110eff47 /esp8266/mpconfigport.h | |
parent | 88d3cd582ededf4023039f5515e6ca8912682b24 (diff) | |
download | micropython-0e4cae521288208e637d609fc00503fc828217b6.tar.gz micropython-0e4cae521288208e637d609fc00503fc828217b6.zip |
esp8266: Make APA102 driver inclusion configurable.
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 0cd7e8c313..7b3558ffc2 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -88,6 +88,7 @@ #define MICROPY_FATFS_LFN_CODE_PAGE (437) /* 1=SFN/ANSI 437=LFN/U.S.(OEM) */ #define MICROPY_FSUSERMOUNT (1) #define MICROPY_VFS_FAT (1) +#define MICROPY_ESP8266_APA102 (1) #define MICROPY_EVENT_POLL_HOOK {ets_event_poll();} #define MICROPY_VM_HOOK_COUNT (10) |