cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Support for Adafruit Feather Huzza #38

Open xens opened 6 years ago

xens commented 6 years ago

Hi there, I'm trying to use IRLib with my Adafruit Feather Huzza board but it looks like that it's not spported yet:

/Arduino/libraries/IRLibProtocols/IRLibHardware.h:190:47: error: 'COM2B1' was not declared in this scope
  #define IR_SEND_PWM_STOP    (TCCR2A &= ~(_BV(COM2B1)))

I saw that Feather M0 was supported, any chance to also support the Huzza ?