Hey all, on the wiki for fast LED it says this about which ports

Hey all,

on the wiki for fast LED it says this about which ports to use for SPI:

Teensy 3/3.1:
Hardware SPI - data 11, clock 13
Hardware SPI - data 7, clock 14

It seems they are grouped in pairs, however is it possible to use data from one and clock from the other?

i.e. Data pin 11 and clock pin 14 for instance? Or the opposite?

Looking at using the wiz820io with the teensy 3.1 to receive pixel data (as an alternative to usb) and just curious if it could talk to apa102’s that way.

Thanks!

With the most recent pull of the 3.1 branch you can.

Amazing, thanks !