summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-10-12 14:55:03 +0200
committerJonas Smedegaard <dr@jones.dk>2023-10-12 14:55:03 +0200
commit08ceb51898402b6dbe16630c28816e33d1ed31eb (patch)
treee9322380bb772ab4139fdc2ca8b8adf4fb4f07d2
parent1ab429eefb9bca0967e110099d5386eb9a1f9619 (diff)
calibrate servo to prototype
-rw-r--r--main.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.ino b/main.ino
index c67a90f..fe80680 100644
--- a/main.ino
+++ b/main.ino
@@ -83,8 +83,8 @@ GEM_adafruit_gfx menu(displayEPaper, GEM_POINTER_ROW, GEM_ITEMS_COUNT_AUTO);
ServoEasing servo;
-#define SERVO_POS_INIT 0
-#define SERVO_POS_MAX 90
+#define SERVO_POS_INIT 60
+#define SERVO_POS_MAX 100
volatile int pills_requested = 0;