sc_push_channel( current_cal, SC_ALL_CHANNELS );
sc_push_range( current_cal, range );
sc_push_aref( current_cal, SC_ALL_AREFS );
+
+ DPRINT( 0, "loaded adc range %i calibration from eeprom\n", range );
}
static int ao_offset_index( unsigned int channel )
sc_push_channel( current_cal, channel );
sc_push_range( current_cal, range );
sc_push_aref( current_cal, SC_ALL_AREFS );
+
+ DPRINT( 0, "loaded dac channel %i range %i calibration from eeprom\n",
+ channel, range );
}