A library for using remote controls with embedded Rust!
- Tested with a st32f401re and bluepill boards
- Vishay TSOP382 IR receiver
- "Special for MP3" and Samsung remotes.
The examples are the documentation for now. The stm32f401-interrupt is probably the one to start to look at. Beware that as I add more features there will be breaking changes.
- Implement support for transmitting
- Implement support for RC protocols (RC-5 and RC-6)
- Hw Timer-Capture based example
- Better tracer/capture application so that remotes can be
cloned easily
- More utilities
USB/Network support to be able to create universal remote control type of applications.