Commit 08bdb42c authored by Matthieu Cattin's avatar Matthieu Cattin

test23: work in progress...

parent 8b0ba136
......@@ -28,7 +28,7 @@ from fmc_adc import *
"""
test23: Test
test23: Test FMC EEPROM library.
Note: Requires test00.py to run first to load the firmware!
"""
......@@ -94,7 +94,9 @@ def main (default_directory='.'):
for line in iter(f_calibr):
calibr_data.append(int(line, 16))
f_calibr.close()
print "Raw calibration data:"
for data in calibr_data:
print "0x%04X" % (data)
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment