PaulStoffregen / WS2812Serial

Non-Blocking WS2812 LED Library
137 stars 28 forks source link

Add support for Teensy 4.1 specific pins #11

Closed KurtE closed 3 years ago

KurtE commented 3 years ago

Mostly the same as T4, except a few different alternate Uart pins, plus Serial8 was added.

@PaulStoffregen - Warning I have not tried it out, did verify it compiles for T4 and T4.1

This is in regards to the forum thread: https://forum.pjrc.com/threads/64760-T4-1-WS2812B-Can-I-use-Serial-8?p=261271#post261271

I also updated the examples to mention T4.1...

Quest is should I also go through and add MICROMOD? Or is that still a ways off?