/Modules/Sensors/ALTIMET01A/SW/Python/ALTIMET01A_test.py
44,7 → 44,6
sys.stdout.write("ALTIMET data acquisition system started \n")
 
try:
with open("temperature.log", "a") as f:
while True:
gauge.route()
(t1, p1) = gauge.get_tp()