arduino-esp32/libraries/SPI
Glen McGillan 2eaf846134 Spi pattern fix (#502)
* Add files via upload

Calls to writePattern() don't send the desired number of bytes when the pattern size doesn't divide evenly into the hardware FIFO size (e.g. sending 18-bit RGB data, 11 patterns take 63 bytes, so 1/64th of the data is never sent).

* Add files via upload

Remove white space changes.
2017-07-31 22:50:57 +03:00
..
src Spi pattern fix (#502) 2017-07-31 22:50:57 +03:00
keywords.txt initial import 2016-10-06 07:09:44 -06:00
library.properties initial import 2016-10-06 07:09:44 -06:00