8 releases
0.3.3 | May 23, 2024 |
---|---|
0.3.2 | Jun 3, 2020 |
0.3.0 | Sep 19, 2019 |
0.2.3 | Jun 30, 2019 |
0.1.0 | Feb 18, 2019 |
#1123 in Embedded development
939 downloads per month
Used in 6 crates
(5 directly)
22KB
459 lines
embedded-hal
traits implementation by bit banging
This is a bit banging implementation of the embedded-hal
traits.
Usage
See example programs in the examples
folder.
Support
For questions, issues, feature requests, and other changes, please file an issue in the github project.
License
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.
lib.rs
:
This is a bit banging implementation of the embedded-hal
traits.
Usage examples
See usage examples in the examples folder in the crate sources
Dependencies
~71KB