Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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