-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule camera
updated
16 files
+4 −0 | .gitignore | |
+3 −0 | .gitmodules | |
+1 −1 | files/camera.lja | |
+0 −247 | files/camera.py | |
+1 −0 | files/camera.txt | |
+45 −0 | files/capture.py | |
+170 −0 | files/init.py | |
+0 −6 | files/installer.py | |
+37 −0 | files/main.py | |
+5 −0 | files/serve.py | |
+0 −4 | files/strap.py | |
+0 −3 | files/uninstaller.py | |
+9 −2 | makefile | |
+7 −0 | package_files.txt | |
+87 −0 | scripts/gen_install_scripts.py | |
+1 −0 | submodules/CircuitMPY |