Add tool to simulate LEDs

This commit is contained in:
cnlohr 2015-07-29 01:28:38 -04:00
parent 8c4060dbbd
commit 4dadd62ea4
3 changed files with 134 additions and 7 deletions

11
embeddedlinux/ccconfig.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef _CCCONFIG_H
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 300
#define USE_NUM_LIN_LEDS 300
#define DFREQ 16000
#endif