colorchord/embeddedstm32f303/ccconfig.h
2020-08-05 04:41:18 -04:00

18 lines
258 B
C

#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#ifdef TQFP32
#define NUM_LIN_LEDS 20
#define USE_NUM_LIN_LEDS 20
#define DFREQ 12500 //XXX Incorrect.
#else
#define NUM_LIN_LEDS 24
#define USE_NUM_LIN_LEDS 24
#define DFREQ 12500
#endif
#endif