mirror of
https://github.com/PaulStoffregen/Tlc5940
synced 2025-09-27 18:12:22 +02:00
Begin Teensy 3.1 port
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
/** \file
|
||||
Includes the chip-specfic defaults and pin definitions. */
|
||||
|
||||
#ifdef __AVR__
|
||||
#include <avr/io.h>
|
||||
#endif
|
||||
|
||||
#ifndef PB0
|
||||
#define PB0 PORTB0
|
||||
@@ -110,6 +112,13 @@
|
||||
/* Teensy++ 2.0 */
|
||||
#include "Teensypp_xxx6.h"
|
||||
|
||||
#elif defined (__MK20DX128__) \
|
||||
|| defined (__MK20DX256__)
|
||||
|
||||
/* Teensy 3.0 & 3.1 */
|
||||
#include "Teensy_KinetisK20.h"
|
||||
|
||||
|
||||
#else
|
||||
#error "Unknown Chip!"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user