PaulStoffregen
5cd821c889
Pin 35 on Teensy 4.1 requires different mux setting
4年前
Kurt Eckhardt
c3a3c80d53
Add support for Teensy 4.1 specific pins
Mostly the same as T4, except
a few different alternate Uart pins, plus Serial8 was added.
4年前
PaulStoffregen
072fcd30a8
Add RGBW LED support
4年前
Kurt Eckhardt
39931d0a2d
T4 Support - fix pin 17 update comments
I updated the comments in readme plus example apps, showing pin numbers.
I also fixed pin 17. So far I have only tried 1, 8, 14, 16, 20 as simply using breadboard version
5年前
Kurt Eckhardt
05a45c3650
T4 Support - Compiles needs changes to IMXRT.h
It is building now and I am getting outputs.
However, I had to fix IMXRT.h in core\teensy4 as the
DMAMUX_SOURCE_LPUARTx_TX and ....RX were reversed in numbers
DMAMUX_SOURCE_LPUART6_TX was 71 and supposed to be 70
5年前
PaulStoffregen
48f911c52b
Opps, pin 20 was never an option. Remove from docs.
6年前
PaulStoffregen
732b6fadc1
Fall back to slower bitrate if hardware isn't fast enough
6年前
PaulStoffregen
b217bce3c8
Add MIT license
7年前
PaulStoffregen
abb72e07ec
Improve WS2812 waveform timing
7年前
PaulStoffregen
730050ec46
Teensy LC working :)
7年前
PaulStoffregen
467f93ca4e
Teensy LC - work in progress...
7年前
PaulStoffregen
35e211410f
Wait WS2812 reset time (300us) between updates
7年前
PaulStoffregen
88e1012403
Support all TX pins on Teensy 3.x
7年前
PaulStoffregen
47638d1f00
Constructor using pin number rather than port name
7年前
PaulStoffregen
254be49085
Convert RGB drawing buffer to WS2812 frame buffer
7年前
PaulStoffregen
5e0f7ea9fb
Initial commit
7年前