arduino-esp32/libraries
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
..
ArduinoOTA Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
ESP32 ESP32: Add DeepSleep examples (#473) 2017-06-29 09:31:39 +02:00
ESPmDNS Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
FS Do not use inline functions for mkdir and rename 2017-03-11 09:16:34 +02:00
HTTPClient HTTPClient Port (#347) 2017-05-19 10:18:20 +02:00
Preferences Refactoring EPS32NVS library to Preferences library (#199) 2017-02-12 00:08:22 +02:00
SD Bugfix: Put every SPI access between begin / end Transaction (#509) 2017-07-31 22:46:15 +03:00
SD_MMC Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
SimpleBLE Edit comments for clarity (#478) 2017-07-02 17:54:20 +02:00
SPI Spi pattern fix (#502) 2017-07-31 22:50:57 +03:00
Update added OTA Update S3 example with a sample bin (#445) 2017-06-14 10:12:39 +02:00
WiFi Make sure that WiFi is started before trying to erase configuration. 2017-06-21 12:42:58 +03:00
WiFiClientSecure Heap optimization (#471) 2017-06-29 09:30:59 +02:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00