From dc0a5b369d605936cbb25dc7b17ef156b51b742b Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sun, 24 Nov 2024 00:03:30 -0500 Subject: [PATCH] Update ResistanceSensor.h --- bbn_m5atomS3_lite_resistance_Ohm/ResistanceSensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbn_m5atomS3_lite_resistance_Ohm/ResistanceSensor.h b/bbn_m5atomS3_lite_resistance_Ohm/ResistanceSensor.h index 5609db8..b78a1b4 100644 --- a/bbn_m5atomS3_lite_resistance_Ohm/ResistanceSensor.h +++ b/bbn_m5atomS3_lite_resistance_Ohm/ResistanceSensor.h @@ -28,7 +28,7 @@ struct ResistanceSensor { ResistanceConfiguration voltage_divider_type = DOWNSTREAM; double reference_voltage = 3.3; // in volts double reference_resistance = 100; // in Ohms - double rs->volt = 0.0; // in Volts + double volt = 0.0; // in Volts double measured_resistance = 0.0; // in Ohms };