Infrared4Arduino 1.2.3
Loading...
Searching...
No Matches
Classes | Macros
ATmega4809.h File Reference

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)
 

Detailed Description

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.

Macro Definition Documentation

◆ CURRENT_CLASS

#define CURRENT_CLASS   ATmega4809

Definition at line 32 of file ATmega4809.h.

◆ HAS_FLASH_READ

#define HAS_FLASH_READ   1

Definition at line 34 of file ATmega4809.h.

◆ HAS_HARDWARE_PWM

#define HAS_HARDWARE_PWM   1

Definition at line 35 of file ATmega4809.h.

◆ HAS_INPUT_CAPTURE

#define HAS_INPUT_CAPTURE   0

Definition at line 37 of file ATmega4809.h.

◆ HAS_SAMPLING

#define HAS_SAMPLING   1

Definition at line 36 of file ATmega4809.h.

◆ STRCPY_PF_CAST

#define STRCPY_PF_CAST (   x)    (x)

Definition at line 39 of file ATmega4809.h.