mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-06 05:18:48 +00:00
Add DW1000 driver to WIP drivers
This commit is contained in:
parent
e8fec6b56e
commit
e1e7904822
1 changed files with 2 additions and 0 deletions
|
@ -430,6 +430,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
- [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) 
|
- [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) 
|
||||||
- [VL53L0X] - A platform agnostic driver to interface with the vl53l0x (time-of-flight sensor) 
|
- [VL53L0X] - A platform agnostic driver to interface with the vl53l0x (time-of-flight sensor) 
|
||||||
- [MCP49xx] - SPI - 8/10/12-bit DACs like MCP4921, MCP4922, MCP4801, etc. - 
|
- [MCP49xx] - SPI - 8/10/12-bit DACs like MCP4921, MCP4922, MCP4801, etc. - 
|
||||||
|
- [DW1000] - SPI - Radio transceiver for communication based on IEEE 802.15.4 and position tracking - 
|
||||||
|
|
||||||
[MFRC522]: https://github.com/japaric/mfrc522
|
[MFRC522]: https://github.com/japaric/mfrc522
|
||||||
[motor-driver]: https://github.com/japaric/motor-driver
|
[motor-driver]: https://github.com/japaric/motor-driver
|
||||||
|
@ -490,6 +491,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
[LSM303C]: https://crates.io/crates/lsm303c
|
[LSM303C]: https://crates.io/crates/lsm303c
|
||||||
[VL53L0X]: https://crates.io/crates/vl53l0x
|
[VL53L0X]: https://crates.io/crates/vl53l0x
|
||||||
[MCP49xx]: https://crates.io/crates/mcp49xx
|
[MCP49xx]: https://crates.io/crates/mcp49xx
|
||||||
|
[DW1000]: https://crates.io/crates/dw1000
|
||||||
|
|
||||||
## no-std crates
|
## no-std crates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue