We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a4ada commit ab19de1Copy full SHA for ab19de1
1 file changed
src/Sensor.py
@@ -16,5 +16,5 @@ def read_sensor_voltage(self):
16
Returns:
17
float: The measured voltage in volts.
18
"""
19
- # TODO - Implement the method to read the ADC value and convert it to voltage
20
-
+ # TODO
+ pass
0 commit comments