7 releases

0.3.2 Jun 3, 2020
0.3.0 Sep 19, 2019
0.2.3 Jun 30, 2019
0.2.2 May 14, 2019
0.1.0 Feb 18, 2019

#1982 in Embedded development

Download history 21/week @ 2023-12-13 21/week @ 2023-12-20 13/week @ 2023-12-27 119/week @ 2024-01-03 189/week @ 2024-01-10 200/week @ 2024-01-17 54/week @ 2024-01-24 35/week @ 2024-01-31 18/week @ 2024-02-07 56/week @ 2024-02-14 41/week @ 2024-02-21 81/week @ 2024-02-28 78/week @ 2024-03-06 33/week @ 2024-03-13 47/week @ 2024-03-20 44/week @ 2024-03-27

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

MIT license

21KB
462 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