IRMP-org / IRMP

Infrared Multi Protocol Decoder
GNU General Public License v3.0
267 stars 43 forks source link

Fix Timer1 initialization for ATtinyX7 parts #53

Closed drechc closed 3 years ago

drechc commented 3 years ago

Not an issue with the Digispark core, since it sets TCCR1A to 0 by default. However, the ATTinyCore uses different settings, so not updating TCCR1A means that Timer1 is not in the desired mode.