Sure, why not
I did made some version using teensy LC and its fine. using SD card/apa102
It would be restricted to its SD reading speed, but still can use DMA for apa102 drawing
could reach up to 40 pixels and still...
Hello,
I use nRF24 module a lot too, the library is fine with LC, but I've not tested with T4 yet.
Not sure if the RF24 library did recognize it as using SPI pin, or soft SPI
if the latter, 600mhz bit bang could...
tested with another example here using onboard LED for feed back
#include <Snooze.h>
SnoozeBlock dummyConfig;
SnoozeSPI sdCard;
SnoozeDigital digital;
SnoozeTimer timer;
SnoozeUSBSerial usb;
SnoozeBlock...
SnoozeUSBSerial usb;
...
...
#if defined(__IMXRT1062__)
SnoozeBlock config_teensy40(usb, digital, compare, alarm);
Hi, I'm still testing too so I cannot give a concrete answer, but looking into the examples code...
hadn't following for a while,
I did this before with T3.6, an external button interrupt was used to break flag.
it should break after a button is clicked and a mtpd.loop() is returned
I never know if that was...