Infrared4Arduino 1.2.3
|
Hardware dependent definitions for Esp32 boards. More...
Go to the source code of this file.
Classes | |
class | Esp32 |
Macros | |
#define | CURRENT_CLASS Esp32 |
#define | HAS_FLASH_READ 0 |
#define | HAS_HARDWARE_PWM 1 |
#define | HAS_SAMPLING 1 |
#define | HAS_INPUT_CAPTURE 0 |
#define | STRCPY_PF_CAST(x) (x) |
#define | LED_BUILTIN 2 |
#define | LEDCHANNEL 0 |
#define | TIMER_SIZE 8 |
#define | ISR(f) void ICACHE_RAM_ATTR IRTimer() |
#define | PWM_PIN 5 |
Functions | |
void | IRTimer () |
Hardware dependent definitions for Esp32 boards.
Based upon https://github.com/z3t0/Arduino-IRremote/pull/540/files by Sensorslot (Andreas Spiess), as well as https://github.com/anothermist/LIBRARIES/blob/master/IRremote/esp32.cpp
Definition in file Esp32.h.
void IRTimer | ( | ) |