libftd2xx-cc1101

Crates.iolibftd2xx-cc1101
lib.rslibftd2xx-cc1101
version0.1.0
sourcesrc
created_at2021-07-10 21:23:06.409769
updated_at2021-07-10 21:23:06.409769
descriptionLibary for interfacing with CC1101 via FTDI SPI interface
homepage
repositoryhttps://github.com/CirrusNeptune/libftd2xx-cc1101.git
max_upload_size
id421207
size150,373
Cirrus (CirrusNeptune)

documentation

https://docs.rs/libftd2xx-cc1101

README

Maintenance crates.io docs.rs CI

libftd2xx-cc1101

I/O library for using CC1101 RF transceiver via libftd2xx-rs.

Usage

Simply add this crate as a dependency in your Cargo.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.

References

Commit count: 13

cargo fmt