Implements embedded-hal traits by bitbanging
Find a file
Diego Barrios Romero b64b2e11fb Update dependencies
2022-08-08 02:15:57 -07:00
.cargo examples: add spi and serial for BluePill 2020-05-16 20:14:41 +03:00
.github/workflows Some refactoring (#17) 2020-05-18 12:58:02 -07:00
examples Update dependencies 2022-08-08 02:15:57 -07:00
src Fix writing empty buffer 2021-01-11 20:16:53 -08:00
.gitignore update .gitignore 2020-05-16 17:25:45 +03:00
Cargo.toml Update dependencies 2022-08-08 02:15:57 -07:00
LICENSE Add LICENSE 2020-02-16 11:35:33 -08:00
memory.x examples: add spi and serial for BluePill 2020-05-16 20:14:41 +03:00
README.md Add readme and some basic documentation 2020-04-29 09:57:21 +02:00

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.