Skip to content

Commit 04ec7cf

Browse files
authored
Add Multiloop to index
1 parent dc732ab commit 04ec7cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# esp32-iot-examples
1+
# ESP32-iot-examples
22
Some examples for ESP32 using Arduino IDE
33

4-
##For run these examples, you need to install : [Arduino core for ESP32 WiFi chip](https://github.com/espressif/arduino-esp32)
4+
## For run these examples, you need to install : [Arduino core for ESP32 WiFi chip](https://github.com/espressif/arduino-esp32)
55

66
[AWS IoT example](https://github.com/copercini/esp32-iot-examples/tree/master/ESP32_aws_iot) connect your ESP32 to the Internet of things service of Amazon, using X.509 certificates.
77

88
[WiFi portal](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_portal/WiFi_portal.ino) is a non blocking web portal for configurate your wifi credentials.
99

10-
[WiFi nonBlocking](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_nonBlocking/WiFi_nonBlocking.ino) an example of wifi connection re-tryies without blocking the rest of code.
10+
[WiFi nonBlocking](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_nonBlocking/WiFi_nonBlocking.ino) an example of wifi connection re-tryies without blocking the rest of code (good if your code can work offline too).
11+
12+
[Multiloop](https://github.com/copercini/esp32-iot-examples/blob/master/multiloop/multiloop.ino) why just one loop() if we can run a lot?

0 commit comments

Comments
 (0)