I/O library for using [CC1101] RF transceiver via [libftd2xx-rs].
Simply add this crate as a dependency in your Cargo.toml
.
toml
[dependencies]
libftd2xx-cc1101 = "~0.1.0"
Also follow the README guidance in [libftd2xx-rs] to set up the connection with the FTDI device.
[RX] and [TX] examples are good starting points.