cc1101-rust

Crates.iocc1101-rust
lib.rscc1101-rust
version0.2.1
sourcesrc
created_at2021-12-05 14:23:33.749575
updated_at2022-09-23 10:35:25.64498
descriptionRust interface to the CC1101 Linux driver
homepage
repositoryhttps://github.com/28757B2/cc1101-rust
max_upload_size
id492696
size63,215
(28757B2)

documentation

README

cc1101-rust

This project provides an interface to the CC1101 Linux Driver to allow receiving and transmitting packets from Rust.

Usage

Add the following to Cargo.toml:

[dependencies]
cc1101-rust = "0.2.1"

See the Documentation for more details.

Commit count: 15

cargo fmt