Get the embedded8266 port working with esp82xx!

This commit is contained in:
Charles Lohr 2016-08-18 22:09:01 -04:00
parent c8e5d078b7
commit 6eaea114d0
3 changed files with 10 additions and 1 deletions

View file

@ -4,7 +4,12 @@
#define _DFT32_H
#include <ccconfig.h>
#ifdef ICACHE_FLASH
#include <c_types.h> //If on ESP8266
#else
#include <stdint.h>
#endif
//A 32-bit version of the DFT used for ColorChord.
//This header makes it convenient to use for an embedded system.