From 0f69b8501bf35b897bb932a826eaf987360d516c Mon Sep 17 00:00:00 2001 From: Adam Wonak Date: Sun, 25 May 2025 14:42:39 -0700 Subject: [PATCH] Update docs --- examples/calibrate_analog/calibrate_analog.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/calibrate_analog/calibrate_analog.ino b/examples/calibrate_analog/calibrate_analog.ino index b7112c3..4dc1e2a 100644 --- a/examples/calibrate_analog/calibrate_analog.ino +++ b/examples/calibrate_analog/calibrate_analog.ino @@ -6,15 +6,15 @@ * the encoder until you have the correct calibration value set. * * With the arrow on the left side of the bar, provide a -5v signal and adjust - * the encoder until you read -512. + * the encoder until the display shows a matching -5v reading. * * With the arrow in the center of the bar, provide a 0v signal and adjust the - * encoder until you read 0. + * encoder until the display shows a matching 0v reading. * * With the arrow on the right side of the bar, provide a 5v signal and adjust - * the encoder until you read 512. + * the encoder until the display shows a matching 5v reading. * - * TODO: store the calibration value in EEPROM. + * TODO: Store the calibration value in EEPROM. */ #include "gravity.h"