Merge in 9 months of work on capper branch #71

Merged
mattmcw merged 95 commits from capper into main 2023-02-19 05:28:46 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 18dbb72a54 - Show all commits

View File

@ -1,4 +1,4 @@
#include <Servo.h> #include <Servo.h>
boolean debug_state = true; boolean debug_state = true;
@ -10,8 +10,8 @@ Red - 5V
Black - GND Black - GND
Yellow - PWM Pin (9 in this example) Yellow - PWM Pin (9 in this example)
Using TowerPro SG-5010 + Using TowerPro SG-5010 - default angle 93
TowerPro TowerPro MG-995 - default angle 93
as servos for development as servos for development
---------------------------------------------------- ----------------------------------------------------
*/ */