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