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

Download history 22/week @ 2024-07-27 29/week @ 2024-08-03 50/week @ 2024-08-10 558/week @ 2024-08-17 118/week @ 2024-08-24 419/week @ 2024-08-31 158/week @ 2024-09-07 23/week @ 2024-09-14 200/week @ 2024-09-21 127/week @ 2024-09-28 32/week @ 2024-10-05 281/week @ 2024-10-12 371/week @ 2024-10-19 166/week @ 2024-10-26 104/week @ 2024-11-02 188/week @ 2024-11-09

939 downloads per month
Used in 6 crates (5 directly)

MIT license

22KB
459 lines

embedded-hal traits implementation by bit banging

crates.io Docs

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