From 59b6025f83d2da3d3a2921a8fbd23c39d80c4c60 Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Tue, 21 Dec 2021 11:48:38 +0000 Subject: [PATCH] [Examples] README revision to include missing and remove old entries --- libraries/README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/libraries/README.md b/libraries/README.md index ef9da07b5d0..e7c77efbad5 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -8,9 +8,6 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec ### AsyncUDP Asynchronous task driven UDP datagram client/server -### AzureIoT - Library to interact with Microsoft Azure IoT services - ### BLE Bluetooth Low Energy v4.2 client/server framework @@ -43,6 +40,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec ### ESPmDNS mDNS service advertising +### Ethernet + Ethernet networking + ### FFat FAT indexed filesystem on SPI flash @@ -55,6 +55,12 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec ### HTTPUpdate Download a firmware update from HTTPd and apply it using Update +### HTTPUpdateServer + Upload a firmware for the update from HTTPd + +### LittleFS + LittleFS (File System) + ### NetBIOS NetBIOS name advertiser @@ -85,6 +91,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec ### Update Sketch Update using ESP32 OTA functionality +### USB + Universal Serial Bus driver (device only) + ### WebServer A simple HTTP daemon @@ -95,4 +104,4 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec Arduino compatible WiFi client object using embedded encryption ### Wire - Arduino compatible I2C driver (master only) + Arduino compatible I2C driver