From aa6e3148a2f259023d83884bbcfd2365e75ee605 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 25 Sep 2019 14:44:53 -0700 Subject: [PATCH] slight change in comment structure --- .../AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_function.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_function.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_function.h index 8aaa458..4c35da6 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_function.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_function.h @@ -40,7 +40,8 @@ long readVcc() { return result; // Vcc in millivolts } -/* The above function assumes an "ideal" multiplier constant. +/*------------------------------------------------- +The above function assumes an "ideal" multiplier constant. Each Atmega chip is slightly different, so it won't be completely accurate without tuning. Most of the time this won't be necessary, so don't mess with this if you don't know what you're doing! @@ -53,9 +54,8 @@ where internal1.1Ref = 1.1 * Vcc1 (per voltmeter) / Vcc2 (per readVcc() function) If the scale_constant calculated is different from the default 1125300, -update the voltMeterConstant variable in pP_config.h with the correct value*/ - -/*------------------------------------------------*/ +update the voltMeterConstant variable in pP_config.h with the correct value +--------------------------------------------------*/ void readVin() { VOld = Vin;