forked from espressif/arduino-esp32
[Examples] README revision to include missing and remove old entries (#6049)
This commit is contained in:
@ -8,9 +8,6 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
|
|||||||
### AsyncUDP
|
### AsyncUDP
|
||||||
Asynchronous task driven UDP datagram client/server
|
Asynchronous task driven UDP datagram client/server
|
||||||
|
|
||||||
### AzureIoT
|
|
||||||
Library to interact with Microsoft Azure IoT services
|
|
||||||
|
|
||||||
### BLE
|
### BLE
|
||||||
Bluetooth Low Energy v4.2 client/server framework
|
Bluetooth Low Energy v4.2 client/server framework
|
||||||
|
|
||||||
@ -43,6 +40,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
|
|||||||
### ESPmDNS
|
### ESPmDNS
|
||||||
mDNS service advertising
|
mDNS service advertising
|
||||||
|
|
||||||
|
### Ethernet
|
||||||
|
Ethernet networking
|
||||||
|
|
||||||
### FFat
|
### FFat
|
||||||
FAT indexed filesystem on SPI flash
|
FAT indexed filesystem on SPI flash
|
||||||
|
|
||||||
@ -55,6 +55,12 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
|
|||||||
### HTTPUpdate
|
### HTTPUpdate
|
||||||
Download a firmware update from HTTPd and apply it using Update
|
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
|
||||||
NetBIOS name advertiser
|
NetBIOS name advertiser
|
||||||
|
|
||||||
@ -85,6 +91,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
|
|||||||
### Update
|
### Update
|
||||||
Sketch Update using ESP32 OTA functionality
|
Sketch Update using ESP32 OTA functionality
|
||||||
|
|
||||||
|
### USB
|
||||||
|
Universal Serial Bus driver (device only)
|
||||||
|
|
||||||
### WebServer
|
### WebServer
|
||||||
A simple HTTP daemon
|
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
|
Arduino compatible WiFi client object using embedded encryption
|
||||||
|
|
||||||
### Wire
|
### Wire
|
||||||
Arduino compatible I2C driver (master only)
|
Arduino compatible I2C driver
|
||||||
|
Reference in New Issue
Block a user