xxxajk / spi4teensy3

Faster SPI library optimized for the teensy 3.0 from pjrc.com
GNU General Public License v3.0
90 stars 25 forks source link

SPI slave mode #5

Open ghost opened 10 years ago

ghost commented 10 years ago

Hello,

I am looking for a way to set the Teensy SPI bus as slave, I saw this: https://github.com/btmcmahan/Teensy-3.0-SPI-Master---Slave

Do you think is possible to add to your code the slave mode? Thank you

xxxajk commented 7 years ago

Sorry for the super late reply... 1: I may toy with this idea this summer. 2: The original drive behind this library was to just run mode0 as quickly as possible and to only TX or only RX, and not do both at the same time.