/Designs/HAM Constructions/SDRX02B/SCH/Coherent_UHF_SDR_receiver.dia
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Designs/HAM Constructions/SDRX02B/SCH/Coherent_UHF_SDR_receiver.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Designs/Measuring_instruments/ISMS01A/SW/ISMS_read.py
73,6 → 73,7
 
#### Data Logging ###################################################
 
while True:
try:
before = time.time()-interval
while True:
126,5 → 127,8
except KeyboardInterrupt:
f.close()
sys.exit(0)
except Exception as e:
sys.stdout.write(e)
time.sleep(5)