arduino-esp32/libraries
chuck todd 7998e2321d Preserver custom pin assigments (#1239)
This code allows Wire.begin() to assign the default values of SDA, and SCL only if they have not been previously configured.  Arduino libraries that use Wire() usually re-init the I2C interface in their initialization code with a call to Wire.begin().  If a user app sets custom pins assignment in setup(); These assignments will be overwritten with the default values  whenever Wire.begin() is called.
2018-04-06 19:05:48 +03:00
..
ArduinoOTA Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
BLE@6bad7b42a9 Update BLE lib 2018-01-19 11:34:49 +02:00
BluetoothSerial Fix Bluetooth Serial 2018-04-03 11:09:29 +03:00
DNSServer DNS Server : bug fix and prettifying (#1011) 2018-03-04 20:17:40 +01:00
EEPROM Add EEPROMClass and examples (#1034) 2018-03-04 20:22:48 +01:00
ESP32 Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
ESPmDNS Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
FS Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
HTTPClient clean up faster (fixes #828) (#1087) 2018-03-04 20:53:04 +01:00
Preferences Small grammar fixes and clarifications (#1003) 2018-01-18 00:59:35 +02:00
SD Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SD_MMC Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SimpleBLE Must include sdkconfig.h before testing defines 2017-09-21 19:33:45 +08:00
SPI Set HSPI ports by default when HSPI is selected (#874) 2017-11-28 11:12:39 +01:00
SPIFFS Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
Ticker Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
Update Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
WiFi fixes #1249 (#1269) 2018-04-06 19:02:21 +03:00
WiFiClientSecure WiFiClientSecure::lastError() method (#945) 2018-01-18 01:03:56 +02:00
Wire Preserver custom pin assigments (#1239) 2018-04-06 19:05:48 +03:00