ReactESP 2.0.0
Asynchronous programming for the ESP microcontrollers
|
Go to the source code of this file.
Macros | |
#define | LED_PIN 2 |
#define | OUT_PIN 14 |
#define | INPUT_PIN1 12 |
#define | INPUT_PIN2 13 |
#define | NUM_TIMERS 20 |
Functions | |
void | reporter () |
void | setup_timers (ReactESP &app) |
void | setup_io_pins (ReactESP &app) |
void | setup_serial (ReactESP &app) |
void | setup_tick (ReactESP &app) |
void | setup () |
void | loop () |
Variables | |
int | tick_counter = 0 |
int | timer_ticks [NUM_TIMERS] |
ReactESP | app |
void reporter | ( | ) |
void setup_io_pins | ( | ReactESP & | app | ) |
void setup_serial | ( | ReactESP & | app | ) |
void setup_tick | ( | ReactESP & | app | ) |
void setup_timers | ( | ReactESP & | app | ) |
int timer_ticks[NUM_TIMERS] |