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

Hardware dependent definitions for Teensy 3.1/3.2 and probably more. More...

Go to the source code of this file.

Classes

class  Teensy3x
 

Macros

#define CURRENT_CLASS   Teensy3x
 
#define HAS_FLASH_READ   0
 
#define HAS_HARDWARE_PWM   1
 
#define HAS_SAMPLING   1
 
#define HAS_INPUT_CAPTURE   0
 
#define TIMER_INTR_NAME   cmt_isr
 
#define LED_BUILTIN   13
 
#define ISR(f)   void f(void)
 
#define PWM_PIN   5
 

Detailed Description

Hardware dependent definitions for Teensy 3.1/3.2 and probably more.

Based upon boarddefs.h from IRremote. Likely originally written by Paul Stoffregen. Somewhat modified.

Definition in file Teensy3x.h.

Macro Definition Documentation

◆ CURRENT_CLASS

#define CURRENT_CLASS   Teensy3x

Definition at line 28 of file Teensy3x.h.

◆ HAS_FLASH_READ

#define HAS_FLASH_READ   0

Definition at line 35 of file Teensy3x.h.

◆ HAS_HARDWARE_PWM

#define HAS_HARDWARE_PWM   1

Definition at line 36 of file Teensy3x.h.

◆ HAS_INPUT_CAPTURE

#define HAS_INPUT_CAPTURE   0

Definition at line 38 of file Teensy3x.h.

◆ HAS_SAMPLING

#define HAS_SAMPLING   1

Definition at line 37 of file Teensy3x.h.

◆ ISR

#define ISR (   f)    void f(void)

Definition at line 48 of file Teensy3x.h.

◆ LED_BUILTIN

#define LED_BUILTIN   13

Definition at line 42 of file Teensy3x.h.

◆ PWM_PIN

#define PWM_PIN   5

Definition at line 119 of file Teensy3x.h.

◆ TIMER_INTR_NAME

#define TIMER_INTR_NAME   cmt_isr

Definition at line 40 of file Teensy3x.h.