14 lines
180 B
C
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_ */
|