mini-led-cube/firmware/globals.h
Kai Lauterbach 8a9aaa2487 Documentation added.
Some other optimizations for size.
2011-12-20 22:36:04 +01:00

18 lines
318 B
C

/* CTHN.de MiniLEDCube
*
* By Kai Lauterbach (klaute at web dot de) 11/2011
*
* License: General Public License (GPL v3)
*
*/
#define F_CPU 12000000UL
#define MODE_ANIMATION_STOP 0
#define MODE_ANIMATION_SINGLE 1
#define MODE_ANIMATION_LOOP 2
#define MAX_EEPROM_FRAMES 32
#define STARTUP_DELAY_MAX 10