Add commands and exclude jupyters
This commit is contained in:
parent
54e1cee588
commit
f721ac9ab5
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -198,3 +198,4 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
*.ipynb
|
6
commands.txt
Normal file
6
commands.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
photo - Take a photo of the grocery list board
|
||||||
|
calibrate - Calibrate the camera motor and re-aim
|
||||||
|
reposition - Re-aim the camera
|
||||||
|
light_on - Turn on the light
|
||||||
|
light_off - Turn off the light
|
||||||
|
light_status - Check the status of the light
|
Loading…
Reference in a new issue