Rust S2-LP Radio Driver
November 12, 2021 ยท View on GitHub
A rust driver for the ST Micro S2-LP (SPIRIT2) digital radio IC.
Status
Extremely WIP. Register mappings only partly completed, no tx/rx functionality yet
Usage
Add to your project with cargo add radio-s2lp
Install the utility via one of the following methods:
-
cargo install radio-s2lpto install from source -
cargo binstall radio-s2lpto install a pre-compiled binary via cargo-binstall -
Manually fetch the latest release