Added ADC measurements
This commit is contained in:
@ -26,6 +26,8 @@ def example_manual_mode(port: str = None):
|
||||
print(f" Temp2: {data.temp2:.2f} °C")
|
||||
print(f" I1: {data.current1:.3f} mA")
|
||||
print(f" I2: {data.current2:.3f} mA")
|
||||
print(f" PF3: {data.adc_pf3_voltage:.3f} V")
|
||||
print(f" PF4: {data.adc_pf4_voltage:.3f} V")
|
||||
print(f" 3.3V: {data.voltage_3v3:.3f} V")
|
||||
print(f" 5V: {data.voltage_5v1:.3f} V")
|
||||
print(f" 7V: {data.voltage_7v0:.3f} V")
|
||||
|
||||
Reference in New Issue
Block a user