Skip to content

Commit

Permalink
Add support for Teensy-LC
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Feb 4, 2015
1 parent 447db49 commit c343638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/FreqCountTimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#define COUNTER_USE_TIMER5 // T5 is pin 47
#define TIMER_USE_TIMER2

// Teensy 3.0 & 3.1
#elif defined(__MK20DX128__) || defined(__MK20DX256__)
// Teensy 3.0 & 3.1 & LC
#elif defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MKL26Z64__)
#define COUNTER_USE_LPTMR // LPTMR is pin 13 (has LED connected)
#define TIMER_USE_INTERVALTIMER

Expand Down

0 comments on commit c343638

Please sign in to comment.