colorchord/embedded8266/ccconfig.h

14 lines
194 B
C
Raw Normal View History

2015-07-29 07:54:49 +02:00
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 24
#define USE_NUM_LIN_LEDS 24
#define DFREQ 16000
#define memcpy ets_memcpy
#define memset ets_memset
#endif