An open API service indexing awesome lists of open source software.

https://github.com/qwandor/rfbutton

Rust library for decoding 433MHz RF remote codes.
https://github.com/qwandor/rfbutton

433mhz hacktoberfest rf rust

Last synced: 4 months ago
JSON representation

Rust library for decoding 433MHz RF remote codes.

Awesome Lists containing this project

README

        

# rfbutton

[![crates.io page](https://img.shields.io/crates/v/rfbutton.svg)](https://crates.io/crates/rfbutton)
[![docs.rs page](https://docs.rs/rfbutton/badge.svg)](https://docs.rs/rfbutton)

`rfbutton` is a library for decoding 433 MHz RF remote codes.

This is not an officially supported Google product.

## 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.

## Contributing

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.

If you want to contribute to the project, see details of
[how we accept contributions](CONTRIBUTING.md).