arduino-esp32/libraries/SPI/src
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
..
SPI.cpp Spi pattern fix (#502) 2017-07-31 22:50:57 +03:00
SPI.h Fix compilation issues is certain situations. 2017-03-19 11:27:58 +02:00