The IR specs say the IR sensor outputs 100MS pulses. The RC slow loop is ~26ms (unless your code takes longer than 26ms!) which means you should easily be able to catch IR sensor outputs without interrupts. Our quick test a few weeks ago did not catch IR outputs though maybe we did something wrong.
Anyone successfully using standard slow loop polling (ie NOT non-interrupt driven, NOT high speed CPU timer based polling) successfully with the IR Sensor ?
If doesn’t work, do we know why not ? Has anyone actually measured the pulse width ?