IRMP-org / IRMP

Infrared Multi Protocol Decoder
GNU General Public License v3.0
273 stars 44 forks source link

Interrupt example not working with arduino uno. #16

Closed pthrasher closed 4 years ago

pthrasher commented 4 years ago

Bug Report

Arduino Platform

IDE

IR-Protocol

Example to reproduce the issue

Pin(s) used for IR-receive, if not default

3

Version

Current behavior

Interrupt example verbatim

The callback function is never called, but the feedback light blinks proving it's receiving signals.

Expected behavior

I expect the callback function to be called.

Additional context

I've tested 2 remotes, both of which work with the non-interrupt example verbatim.