COM-14865 IR remote protocol and repeat code

I hope I didn’t overlook some readily available information but I couldn’t find the answer to these questions:

  1. What IR protocol the [COM-14865 IR remote is using?

  2. Is there a repeat code transmitted if the buttons are kept pushed?

I’d appreciate if someone could provide the answers or point me in the right direction. Thanks!](Infrared Remote Control - COM-14865 - SparkFun Electronics)

If I recall correctly these use the NEC protocol and they do send a repeat command.

Checkout [this hookup guide for more information on the remote and some sample code. :-)](https://learn.sparkfun.com/tutorials/ir-control-kit-hookup-guide)

Thank you for the response.

I did looked at the hookup guide, but I’m using a [different library where the IR protocol has to be explicitly defined.](GitHub - cyborg5/IRLib2: Library for receiving, decoding, and sending infrared signals using Arduino)