Create /docs + installer

This commit is contained in:
jomjol
2022-10-30 21:48:06 +01:00
parent d2b93a7110
commit 44afd138c5
42 changed files with 1534 additions and 0 deletions

9
docs/.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule "code/components/esp32-camera"]
path = code/components/esp32-camera
url = https://github.com/espressif/esp32-camera.git
[submodule "code/components/esp-nn"]
path = code/components/esp-nn
url = https://github.com/espressif/esp-nn.git
[submodule "code/components/tflite-micro-esp-examples"]
path = code/components/tflite-micro-esp-examples
url = https://github.com/espressif/tflite-micro-esp-examples.git