Skip to content

Arduino library for receiving data from wireless remote controls with an EV1527 or similar chipset.

License

Notifications You must be signed in to change notification settings

chrisandreae/RemoteReceiver

Repository files navigation

Arduino library for receiving data from wireless remote controls with an EV1527
or similar chipset.

To use, call RemoteReceiver::start() to initialize with the interrupt number
corresponding to the hardware interrupt pin the receiver is connected to. For
Arduino hardware, this is interrupt 0 for digital pin 2 and interrupt 1 for
digital pin 3. Call RemoteReceiver::dataReady() to check whether a message has
been recieved, and RemoteReceiver::getData() to retrieve it and listen for the
next.

About

Arduino library for receiving data from wireless remote controls with an EV1527 or similar chipset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages