Crates.io | cc1101-rust |
lib.rs | cc1101-rust |
version | 0.2.1 |
source | src |
created_at | 2021-12-05 14:23:33.749575 |
updated_at | 2022-09-23 10:35:25.64498 |
description | Rust interface to the CC1101 Linux driver |
homepage | |
repository | https://github.com/28757B2/cc1101-rust |
max_upload_size | |
id | 492696 |
size | 63,215 |
This project provides an interface to the CC1101 Linux Driver to allow receiving and transmitting packets from Rust.
Add the following to Cargo.toml
:
[dependencies]
cc1101-rust = "0.2.1"
See the Documentation for more details.