Infrared4Arduino 1.2.3
Loading...
Searching...
No Matches
Esp32.cpp
Go to the documentation of this file.
1#ifdef ESP32
2
3#include "Board.h"
4
5hw_timer_t* Esp32::timer = nullptr;
6
7#endif // ESP32