VAL_TO_VOLT
#define VAL_TO_VOLT(val, num) (val * adm1026_volts_table[num].incr + \
#define VAL_TO_VOLT(val, scale) \