ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
user timer struct More...
#include <timer.h>
Data Fields | |
void(* | user_timer_handler )(void) |
uint8_t | timer |
uint8_t TIMERS::timer |
Definition at line 38 of file timer.h.
Referenced by delete_all_timers(), kill_timer(), and set_timers().
void(* TIMERS::user_timer_handler) (void) |
Definition at line 37 of file timer.h.
Referenced by delete_all_timers(), execute_timers(), kill_timer(), and set_timers().