Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andelf/embedded-drivers
Embedded driver examples.
https://github.com/andelf/embedded-drivers
Last synced: about 1 month ago
JSON representation
Embedded driver examples.
- Host: GitHub
- URL: https://github.com/andelf/embedded-drivers
- Owner: andelf
- License: apache-2.0
- Created: 2020-12-03T14:53:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T16:31:38.000Z (7 months ago)
- Last Synced: 2024-10-03T10:45:21.343Z (about 2 months ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# embedded-driver
embedded-hal compatible drivers for different kinds of Sensors, Displays, or IC modules.
## Why another driver crate?
- Rust embedded driver libraries are always outdated
- Most of them are over-engineering
- 🥲 I just want a sensor value, you've abstracted all the hidden commands in builder style
- Most of them are not compatible with newest embedded-hal