Skip to content

Commit ab19de1

Browse files
authored
Update Sensor.py
1 parent f4a4ada commit ab19de1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def read_sensor_voltage(self):
1616
Returns:
1717
float: The measured voltage in volts.
1818
"""
19-
# TODO - Implement the method to read the ADC value and convert it to voltage
20-
19+
# TODO
20+
pass

0 commit comments

Comments
 (0)