ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
389 stars 141 forks source link

Due to ATmeg8/8A does not have register "TCCR2A" #75

Closed allenchak closed 5 years ago

allenchak commented 5 years ago

Due to ATmeg8/8A does not have register "TCCR2A", using marco to bypss the related code.

PS: ATmega8/8A can use PWM pin 9 or 10 in IRSenderPWM mode ONLY.