Added ADC measurements

This commit is contained in:
Ayzen
2026-05-06 14:52:31 +03:00
parent 31fd8ab111
commit 431666046f
7 changed files with 27 additions and 7 deletions

View File

@ -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")