Skip to content

Commit

Permalink
Update ResistanceSensor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Nov 24, 2024
1 parent 7464135 commit dc0a5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_m5atomS3_lite_resistance_Ohm/ResistanceSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit dc0a5b3

Please sign in to comment.