neopixel_f103_mvp/App/Config.h
2018-12-17 09:37:38 +01:00

14 lines
180 B
C

/*
* Config.h
*
* Created on: Dec 17, 2018
* Author: abody
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define NUMPIXELS 300
#define NUMSPARKLES 25
#endif /* CONFIG_H_ */