M5Unified
M5Timer.h File Reference
#include <functional>
#include <stdint.h>
#include <stddef.h>
Include dependency graph for M5Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  M5Timer
 

Typedefs

typedef std::function< void(void)> timer_callback
 

Typedef Documentation

◆ timer_callback

typedef std::function<void(void)> timer_callback

Definition at line 11 of file M5Timer.h.