mchr3k / arduino-libs-manchester

172 stars 113 forks source link

Fix RX mode for ATtiny84 #25

Closed nighthawk6389 closed 6 years ago

nighthawk6389 commented 8 years ago

Tested on ATtiny84 8Mhz with Arduino 1.6.

TCCR1A needs to be set to 0 BEFORE setting TCCR1B. Otherwise OCR1A isn't respected.

mchr3k commented 8 years ago

Can you please resolve the conflict and then I'll accept your change? I really appreciate the contribution :)

nighthawk6389 commented 8 years ago

Merges should be resolved now.

mchr3k commented 8 years ago

Oh no :( It looks like you still conflict with https://github.com/mchr3k/arduino-libs-manchester/pull/28 which I just pulled in. Can you fix again? I'm really sorry!

nighthawk6389 commented 6 years ago

Better late than never I guess....fixed the merge conflict :)

mchr3k commented 6 years ago

Thanks!