cyborg5 / IRLib2

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

Adafruit Feather M4 has wrong pin range in .h #81

Closed BattlefieldHou closed 4 years ago

BattlefieldHou commented 4 years ago

In the IRLibSAMD51.h file, the recv pin check for the Adafruit Feather M4 Lite checks for IR_SEND_PWM_PIN to be ">9 and <= 6" instead of "> 9 and <= 13".

cyborg5 commented 4 years ago

Thanks for catching this. It was a cut and paste error :-)