Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajattack/bitbang-hal
Implements embedded-hal traits by bitbanging
https://github.com/sajattack/bitbang-hal
bitbang embedded embedded-hal rust
Last synced: 12 days ago
JSON representation
Implements embedded-hal traits by bitbanging
- Host: GitHub
- URL: https://github.com/sajattack/bitbang-hal
- Owner: sajattack
- License: mit
- Created: 2019-02-18T05:53:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T02:23:57.000Z (6 months ago)
- Last Synced: 2024-05-23T02:32:45.971Z (6 months ago)
- Topics: bitbang, embedded, embedded-hal, rust
- Language: Rust
- Size: 42 KB
- Stars: 37
- Watchers: 6
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `embedded-hal` traits implementation by bit banging
[![crates.io](https://img.shields.io/crates/v/bitbang-hal.svg)](https://crates.io/crates/bitbang-hal)
[![Docs](https://docs.rs/bitbang-hal/badge.svg)](https://docs.rs/bitbang-hal)This is a [bit banging] implementation of the [`embedded-hal`] traits.
[bit banging]: https://en.wikipedia.org/wiki/Bit_banging
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal## 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](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.