documentation

This commit is contained in:
legop3
2025-11-19 14:30:40 -05:00
parent cf4e754aed
commit fc391a9d8b
10 changed files with 10 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
# general idea
- servo connected to pin 19 on the pi
- it will allow the camera to look up and down
- use go-rpio
- it has a hardware PWM implementation
- mechanical design will have limits
- set the limits in roverd config
- control the servo from the web browser
- expose both a slider and buttons for "nudging" it up and down
## verification of functionality before full implementation
- make sure that the go program can properly use the GPIO correctly before full implementation
- modify the roverd installer to add the needed stuff to enable PWM access