Skip to content

Commit

Permalink
examples: Python: Add leak_read method to example
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Mar 1, 2024
1 parent e676184 commit 9c58644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/python/main.py
Expand Up @@ -23,6 +23,8 @@ def navigator_check():

print(f"Pressure: {navigator.read_pressure()}")

print(f"Leak sensor: {navigator.read_leak()}")

Data = navigator.read_adc_all()
print(
f"Data ADC Channels: 1 = {Data.channel[0]}, 2 = {Data.channel[1]}, 3 = {Data.channel[2]}, 4 = {Data.channel[3]}"
Expand Down

0 comments on commit 9c58644

Please sign in to comment.