forked from espressif/arduino-esp32
Initial Timers driver
Implementation for Timers 0-4 (no locks yet)
This commit is contained in:
@ -57,6 +57,7 @@ void vPortYield( void );
|
||||
#include "esp32-hal-i2c.h"
|
||||
#include "esp32-hal-ledc.h"
|
||||
#include "esp32-hal-sd.h"
|
||||
#include "esp32-hal-timer.h"
|
||||
#include "esp_system.h"
|
||||
|
||||
uint32_t micros();
|
||||
|
Reference in New Issue
Block a user