Skip to content

[Examples] README revision to include missing and remove old entries #6049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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