Crates.io | hal-sim |
lib.rs | hal-sim |
version | 0.5.1 |
source | src |
created_at | 2022-11-20 17:12:49.048477 |
updated_at | 2024-02-02 07:06:59.728073 |
description | An embedded-hal and embedded-graphics Display simulator. |
homepage | |
repository | https://github.com/ivmarkov/hal-sim |
max_upload_size | |
id | 719232 |
size | 363,302 |
Go to this page and click the "DEMO" there link to see the simulator in action!
This crate simulates a small portion of the embedded-hal traits. Namely:
Wait
trait)Additionally, it also contains an embedded-graphics Display driver simulator.
The purpose of this simulator is to ease embedded development by enabling cross-compilation of embedded projects on a X86 target (PC) or for WASM.