neopixel_f103_mvp/App/Config.h
2018-12-17 21:43:19 +01:00

14 lines
212 B
C

/*
* Config.h
*
* Created on: Dec 17, 2018
* Author: abody
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define NUMPIXELS 144
#define NUMSPARKLES (NUMPIXELS/12)
#define FRAMETIME 20
#endif /* CONFIG_H_ */