Crates.io | libftd2xx-cc1101 |
lib.rs | libftd2xx-cc1101 |
version | 0.1.0 |
source | src |
created_at | 2021-07-10 21:23:06.409769 |
updated_at | 2021-07-10 21:23:06.409769 |
description | Libary for interfacing with CC1101 via FTDI SPI interface |
homepage | |
repository | https://github.com/CirrusNeptune/libftd2xx-cc1101.git |
max_upload_size | |
id | 421207 |
size | 150,373 |
I/O library for using CC1101 RF transceiver via libftd2xx-rs.
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.