• Federico Vaga's avatar
    tools: add tool to load calibration data · 1cf4b8e0
    Federico Vaga authored
    This program does nothing more than this:
    
    dd if=eeprom of=calibration_data ibs=1 skip=256 count=108 obs=108
    
    But it takes the shape of a C program so that we can validate input
    and we can play with the offset (skip) based on our needs. And we can
    print them in a more readable format
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    1cf4b8e0
Name
Last commit
Last update
..
.gitignore Loading commit data...
Makefile Loading commit data...
fau-acq-time.c Loading commit data...
fau-calibration.c Loading commit data...
fau-config-if Loading commit data...
fau-trg-config.c Loading commit data...
parport-burst.c Loading commit data...