colorchord/embeddedstm32f303/ccconfig.h

17 lines
264 B
C
Raw Normal View History

2015-07-29 07:56:18 +02:00
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
2020-08-05 10:41:18 +02:00
2020-08-05 19:28:14 +02:00
#include <stdint.h>
extern uint8_t RootNoteOffset; //From embeddedout.c
extern int UseNumLinLeds;
#define NUM_LIN_LEDS 100
#define USE_NUM_LIN_LEDS UseNumLinLeds
#define DFREQ 12500 //Unsure.
2015-07-29 07:56:18 +02:00
#endif