File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
8
8
### AsyncUDP
9
9
Asynchronous task driven UDP datagram client/server
10
10
11
- ### AzureIoT
12
- Library to interact with Microsoft Azure IoT services
13
-
14
11
### BLE
15
12
Bluetooth Low Energy v4.2 client/server framework
16
13
@@ -43,6 +40,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
43
40
### ESPmDNS
44
41
mDNS service advertising
45
42
43
+ ### Ethernet
44
+ Ethernet networking
45
+
46
46
### FFat
47
47
FAT indexed filesystem on SPI flash
48
48
@@ -55,6 +55,12 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
55
55
### HTTPUpdate
56
56
Download a firmware update from HTTPd and apply it using Update
57
57
58
+ ### HTTPUpdateServer
59
+ Upload a firmware for the update from HTTPd
60
+
61
+ ### LittleFS
62
+ LittleFS (File System)
63
+
58
64
### NetBIOS
59
65
NetBIOS name advertiser
60
66
@@ -85,6 +91,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
85
91
### Update
86
92
Sketch Update using ESP32 OTA functionality
87
93
94
+ ### USB
95
+ Universal Serial Bus driver (device only)
96
+
88
97
### WebServer
89
98
A simple HTTP daemon
90
99
@@ -95,4 +104,4 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
95
104
Arduino compatible WiFi client object using embedded encryption
96
105
97
106
### Wire
98
- Arduino compatible I2C driver (master only)
107
+ Arduino compatible I2C driver
You can’t perform that action at this time.
0 commit comments