Expand description
§Infrared
Rust library for using Infrared hardware decoders (For example a Vishay TSOP* decoder), enabling remote control support for embedded project.
This library aims for to be useful with the any MCU hal that implements the embedded-hal traits, and at the same time provide functionality for using it with more efficient implementation such as input capture, and be useful in host applications (such as Blipper).
§Examples
The infrared github repo contains examples of both Event driven and poll based Receivers, with and without RTIC.
Modules§
- cmd
- protocol
- Infrared protocol
- receiver
- Receiver functionality
- remotecontrol
- Library with some example remote controls
- sender
- Infrared sender functionality
Structs§
- Buffer
Input Receiver - Receiver that takes it input from a buffer
- Periodic
Poll - Period poll Receiver
- Receiver
- Event based Receiver
Enums§
- Protocol
Id - Protocol id
Traits§
- Protocol
- Infrared protocol