Minor cleanup
This commit is contained in:
parent
7abafe7c8c
commit
d1caa51a89
9 changed files with 174 additions and 187 deletions
14
App/Config.h
Normal file
14
App/Config.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Config.h
|
||||
*
|
||||
* Created on: Dec 17, 2018
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_H_
|
||||
#define CONFIG_H_
|
||||
|
||||
#define NUMPIXELS 300
|
||||
#define NUMSPARKLES 25
|
||||
|
||||
#endif /* CONFIG_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue