Infrared4Arduino 1.2.3
|
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 |
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.
#define CURRENT_CLASS Teensy3x |
Definition at line 28 of file Teensy3x.h.
#define HAS_FLASH_READ 0 |
Definition at line 35 of file Teensy3x.h.
#define HAS_HARDWARE_PWM 1 |
Definition at line 36 of file Teensy3x.h.
#define HAS_INPUT_CAPTURE 0 |
Definition at line 38 of file Teensy3x.h.
#define HAS_SAMPLING 1 |
Definition at line 37 of file Teensy3x.h.
#define ISR | ( | f | ) | void f(void) |
Definition at line 48 of file Teensy3x.h.
#define LED_BUILTIN 13 |
Definition at line 42 of file Teensy3x.h.
#define PWM_PIN 5 |
Definition at line 119 of file Teensy3x.h.
#define TIMER_INTR_NAME cmt_isr |
Definition at line 40 of file Teensy3x.h.