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: about 1 year 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T11:11:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T19:04:05.181Z (about 1 year ago)
- Topics: bitbang, embedded, embedded-hal, rust
- Language: Rust
- Size: 43.9 KB
- Stars: 46
- Watchers: 5
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `embedded-hal` traits implementation by bit banging
[](https://crates.io/crates/bitbang-hal)
[](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.