hal-sim 0.2.0

An embedded-hal and embedded-graphics Display simulator.
Documentation

hal-sim - embedded-hal Simulator

CI crates.io Documentation

(WIP - UNFINISHED)

This crate simulates a small portion of the embedded-hal traits. Namely:

  • GPIO
  • ADC

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.