Minor cleanup

This commit is contained in:
Attila BODY 2018-12-17 09:37:38 +01:00
parent 7abafe7c8c
commit d1caa51a89
9 changed files with 174 additions and 187 deletions

14
App/Config.h Normal file
View 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_ */