jkristell / infrared

Infrared remote control library for embedded Rust
Apache License 2.0
56 stars 10 forks source link

Added RTIC-based RP2040 event-driven example. #85

Closed riskable closed 2 years ago

riskable commented 2 years ago

This adds a (working) example of how to use infrared with the rp2040 using RTIC.

jkristell commented 2 years ago

Hi sorry for taking so long to review this. I finally got my pico setup so I can test this. Is it ok if I update this branch to use defmt/panic-probe instead of rtt_target. To align it with the example for the stm32f103? Gonna keep your commit and add my stuff as another commit to give you proper acknowledgement.

jkristell commented 2 years ago

Merged via #87