Can we have a method that sets the SPI to 8-bit or 16-bit mode, possibly with an enum argument that selects between these transfer sizes? These sizes are the common denominator for Teensy 3.x and Teensy LC.
Transfer size can probably not be added to SPISettings, because that's a part of the common arduino interface, isn't it?
Can we have a method that sets the SPI to 8-bit or 16-bit mode, possibly with an enum argument that selects between these transfer sizes? These sizes are the common denominator for Teensy 3.x and Teensy LC.
Transfer size can probably not be added to SPISettings, because that's a part of the common arduino interface, isn't it?