cyborg5 / IRLib2

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

Request for Arduino Nano 33 IoT support (SAMD21) #94

Closed janphoffmann closed 4 years ago

janphoffmann commented 4 years ago

Unfortunately the library does not compile for the Arduino Nano 33 IoT although its running a SAMD21

janphoffmann commented 4 years ago

Ok, I managed to compile... got the same problem with the uint_8 and short conversion. ->changed uint_8 to unsigned short in samd21.cpp