interrupt works

This commit is contained in:
Attila BODY 2018-12-17 21:43:19 +01:00
parent d1caa51a89
commit 48883e6e3d
3 changed files with 21 additions and 9 deletions

View file

@ -8,7 +8,7 @@
#ifndef CONFIG_H_
#define CONFIG_H_
#define NUMPIXELS 300
#define NUMSPARKLES 25
#define NUMPIXELS 144
#define NUMSPARKLES (NUMPIXELS/12)
#define FRAMETIME 20
#endif /* CONFIG_H_ */