// usetup is called during the calibration period. It must return before the // period ends. int usetup (void) { irdist_set_calibration (SHARP_M, SHARP_C); return 0; }
// usetup is called during the calibration period. It must return before the // period ends. int usetup (void) { irdist_set_calibration (SHARP_M, SHARP_C); set_auto_halt (0); return 0; }