Add support for Teensy 4

This commit is contained in:
PaulStoffregen
2022-02-25 07:27:48 -08:00
parent 0c19010948
commit e82dba6210
5 changed files with 85 additions and 2 deletions

View File

@@ -120,6 +120,10 @@
/* Teensy 3.0 & 3.1 & 3.2 & 3.5 & 3.6*/
#include "Teensy_KinetisK20.h"
#elif defined (__IMXRT1062__)
/* Teensy 4.0, 4.1, MicroMod */
#include "Teensy_IMXRT.h"
#else
#error "Unknown Chip!"