servo test

parent 00ea395b
Showing with 1 additions and 1 deletions
...@@ -28,7 +28,7 @@ var test = setInterval(function () { ...@@ -28,7 +28,7 @@ var test = setInterval(function () {
if (pulseWidth >= 1850) { if (pulseWidth >= 1850) {
increment = -99; increment = -99;
} else if (pulseWidth <= 550) { } else if (pulseWidth <= 563) {
increment = 99; increment = 99;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment