From 9a2039f04e237f291f4e73d3caffd35685b52376 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Mon, 25 Mar 2024 11:50:03 -0400 Subject: [PATCH] full and proper 180 --- firmware/braille_xr/braille_xr.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/braille_xr/braille_xr.ino b/firmware/braille_xr/braille_xr.ino index 29de6bf..2f22dc2 100644 --- a/firmware/braille_xr/braille_xr.ino +++ b/firmware/braille_xr/braille_xr.ino @@ -235,7 +235,7 @@ void setup() // for an accurate 0 to 180 sweep for (int i = 0; i < 6; i++) { servos[i].servo.setPeriodHertz(50); - servos[i].servo.attach(servos[i].pin, 1000, 2000); + servos[i].servo.attach(servos[i].pin, 500, 2500); // full 180 } }