Crates.io | rfm69 |
lib.rs | rfm69 |
version | 0.6.0 |
source | src |
created_at | 2019-12-17 12:27:50.770586 |
updated_at | 2024-01-30 11:23:51.329582 |
description | A generic rust driver to support RFM69 family wireless chips |
homepage | |
repository | https://github.com/almusil/rfm69 |
max_upload_size | |
id | 189992 |
size | 73,901 |
A generic no_std
rust driver to support RFM69 family wireless chips.
All examples are in the examples directory and were tested using RPI 4 + RFM69W.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This library was inspired by older rfm69 crate from Benjamin Cheng.