Update README.md

master
Alan 2020-09-26 15:38:32 +01:00 zatwierdzone przez GitHub
rodzic 219a25ea9f
commit fd6f8f49f6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -1,2 +1,16 @@
# esp32cam-demo
esp32cam module demo / project starting point sketch using Arduino ide
This is a starting point sketch for projects using the esp32cam development board with the following features
* web server with live video streaming
* sd card support (using 1bit mode to free some io pins)
* io pins available for use are 13, 12(must be low at boot)
* flash led is still available for use on pin 4
I found it quiet confusing trying to do anything with this module and so have tried to compile everything I have learned so far in to
a easy to follow sketch to encourage others to have a try with these powerful and VERY affordable modules...
created using the Arduino IDE with ESP32 module installed (https://dl.espressif.com/dl/package_esp32_index.json)
No additional libraries required