Get the embedded8266 port working with esp82xx!
This commit is contained in:
parent
c8e5d078b7
commit
6eaea114d0
3 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue