Re: [Amforth] TIMER1 input capture with noop vs 1ms

2018-06-09 Thread Tristan Williams
On 08Jun18 14:57, Matthias Trute wrote: > Am Donnerstag, den 07.06.2018, 21:05 +0100 schrieb Tristan Williams: > > Hello, > > > > I am clearly not understanding how something works, and would be > > grateful for any help. > > > > I am decoding infrared remote control codes using the input capture

Re: [Amforth] TIMER1 input capture with noop vs 1ms

2018-06-08 Thread Matthias Trute
Am Donnerstag, den 07.06.2018, 21:05 +0100 schrieb Tristan Williams: > Hello, > > I am clearly not understanding how something works, and would be > grateful for any help. > > I am decoding infrared remote control codes using the input capture > mode of TIMER1 on an ATmega328P (UNO). This works s

[Amforth] TIMER1 input capture with noop vs 1ms

2018-06-07 Thread Tristan Williams
Hello, I am clearly not understanding how something works, and would be grateful for any help. I am decoding infrared remote control codes using the input capture mode of TIMER1 on an ATmega328P (UNO). This works successfully. Then I decided to buffer the codes received, so that should the MCU b