Update user_code.cpp
This commit is contained in:
parent
c2f8c07b5a
commit
8bd0fb5ecb
|
@ -1,5 +1,6 @@
|
||||||
#include <user_code.hpp>
|
#include <user_code.hpp>
|
||||||
|
|
||||||
|
//Timer Components
|
||||||
ESPMega_Timer timer1(0, 50, timer1_callback, 15001);
|
ESPMega_Timer timer1(0, 50, timer1_callback, 15001);
|
||||||
|
|
||||||
// Display Componets
|
// Display Componets
|
||||||
|
|
Loading…
Reference in New Issue