rland93 / ollyfc

A small rust-embedded flight computer. RTIC, FrSky protocols, and STM32F4 hardware.
Mozilla Public License 2.0
1 stars 0 forks source link

Add sbus example #47

Closed rland93 closed 3 months ago

rland93 commented 3 months ago

SBUS input. DMA example launches interrupt when there is new data. Interrupt spawns a software task to print the data received.