Infrared4Arduino 1.2.3
Loading...
Searching...
No Matches
Classes | Macros
Sam.h File Reference
#include "InfraredTypes.h"
Include dependency graph for Sam.h:

Go to the source code of this file.

Classes

class  Sam
 

Macros

#define CURRENT_CLASS   Sam
 
#define HAS_FLASH_READ   1
 
#define HAS_HARDWARE_PWM   1
 
#define HAS_SAMPLING   1
 
#define HAS_INPUT_CAPTURE   0
 
#define STRCPY_PF_CAST(x)   static_cast<const char *>(x)
 
#define PWM_PIN   3
 
#define ISR(f)   void interruptServiceRoutine()
 

Macro Definition Documentation

◆ CURRENT_CLASS

#define CURRENT_CLASS   Sam

Definition at line 22 of file Sam.h.

◆ HAS_FLASH_READ

#define HAS_FLASH_READ   1

Definition at line 24 of file Sam.h.

◆ HAS_HARDWARE_PWM

#define HAS_HARDWARE_PWM   1

Definition at line 25 of file Sam.h.

◆ HAS_INPUT_CAPTURE

#define HAS_INPUT_CAPTURE   0

Definition at line 27 of file Sam.h.

◆ HAS_SAMPLING

#define HAS_SAMPLING   1

Definition at line 26 of file Sam.h.

◆ ISR

#define ISR (   f)    void interruptServiceRoutine()

Definition at line 37 of file Sam.h.

◆ PWM_PIN

#define PWM_PIN   3

Definition at line 32 of file Sam.h.

◆ STRCPY_PF_CAST

#define STRCPY_PF_CAST (   x)    static_cast<const char *>(x)

Definition at line 29 of file Sam.h.