mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 23:41:10 +00:00
Add embedded-hal-mock crate
This commit is contained in:
parent
0bcb2d5411
commit
256b40296b
1 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,12 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
|
|||
|
||||
[`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal
|
||||
|
||||
### Testing
|
||||
|
||||
- [`embedded-hal-mock`] mock implementation of `embedded-hal` traits for testing without accessing hardware. - ![crates.io](https://img.shields.io/crates/v/embedded-hal-mock.svg)
|
||||
|
||||
[`embedded-hal-mock`]: https://crates.io/crates/embedded-hal-mock
|
||||
|
||||
### Nordic
|
||||
|
||||
- [`nrf51-hal`](https://crates.io/crates/nrf51-hal) - ![crates.io](https://img.shields.io/crates/v/nrf51-hal.svg)
|
||||
|
|
Loading…
Reference in a new issue