# rfm69
A generic `no_std` rust driver to support RFM69 family wireless chips.
[](https://crates.io/crates/rfm69)
[](https://docs.rs/rfm69)
## Examples
All examples are in the [examples](https://github.com/almusil/rfm69/tree/master/examples) directory and were tested
using RPI 4 + RFM69W.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
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.
### Credits
This library was inspired by older [rfm69 crate](https://github.com/lolzballs/rfm69) from
[Benjamin Cheng](https://github.com/lolzballs).