mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 20:02:19 +00:00
Merge pull request #144 from eldruin/wip-mcp49xx-crate
Add mcp49xx DACs crate
This commit is contained in:
commit
1121302b32
1 changed files with 2 additions and 0 deletions
|
@ -425,6 +425,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [BMP280] - A platform agnostic driver to interface with the BMP280 pressure sensor ![crates.io](https://img.shields.io/crates/v/bmp280-ehal.svg)
|
||||
- [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) ![crates.io](https://img.shields.io/crates/v/lsm303c.svg)
|
||||
- [VL53L0X] - A platform agnostic driver to interface with the vl53l0x (time-of-flight sensor) ![crates.io](https://img.shields.io/crates/v/vl53l0x.svg)
|
||||
- [MCP49xx] - SPI - 8/10/12-bit DACs like MCP4921, MCP4922, MCP4801, etc. - ![crates.io](https://img.shields.io/crates/v/mcp49xx.svg)
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[motor-driver]: https://github.com/japaric/motor-driver
|
||||
|
@ -484,6 +485,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[BMP280]: https://crates.io/crates/bmp280-ehal
|
||||
[LSM303C]: https://crates.io/crates/lsm303c
|
||||
[VL53L0X]: https://crates.io/crates/vl53l0x
|
||||
[MCP49xx]: https://crates.io/crates/mcp49xx
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue