Infrared4Arduino 1.2.3
|
Hardware dependent definitions for boards based on the ATMega 4809. More...
Go to the source code of this file.
Classes | |
class | ATmega4809 |
Macros | |
#define | CURRENT_CLASS ATmega4809 |
#define | HAS_FLASH_READ 1 |
#define | HAS_HARDWARE_PWM 1 |
#define | HAS_SAMPLING 1 |
#define | HAS_INPUT_CAPTURE 0 |
#define | STRCPY_PF_CAST(x) (x) |
Hardware dependent definitions for boards based on the ATMega 4809.
This includes the Arduino Uno WiFi Rev. 2, Nano Every.
This file is based upon https://github.com/z3t0/Arduino-IRremote/pull/657, incorporating https://github.com/z3t0/Arduino-IRremote/pull/657#issuecomment-570900315 (second version) and https://github.com/z3t0/Arduino-IRremote/pull/657#issuecomment-571841983 .
Definition in file ATmega4809.h.
#define CURRENT_CLASS ATmega4809 |
Definition at line 32 of file ATmega4809.h.
#define HAS_FLASH_READ 1 |
Definition at line 34 of file ATmega4809.h.
#define HAS_HARDWARE_PWM 1 |
Definition at line 35 of file ATmega4809.h.
#define HAS_INPUT_CAPTURE 0 |
Definition at line 37 of file ATmega4809.h.
#define HAS_SAMPLING 1 |
Definition at line 36 of file ATmega4809.h.
#define STRCPY_PF_CAST | ( | x | ) | (x) |
Definition at line 39 of file ATmega4809.h.