cyborg5 / IRLib2

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

Longer raw messages sending #50

Open alexalexein opened 6 years ago

alexalexein commented 6 years ago

With len being uint8_t only up to 255 bit messages can be send. This way you can send much larger messages (necessary for sending Mitsubishi ac commands for instance)

lrrrrr commented 6 years ago

Thanks! Finally got control of my Mr.Slim Mitsubishi ac after implementing this.