colorchord/embeddedstm32f303/ccconfig.h
2020-08-05 13:28:14 -04:00

17 lines
264 B
C

#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#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.
#endif