Cargo Features

wasm-embedded-hal has no features set by default.

[dependencies]
wasm-embedded-hal = { version = "0.4.0", features = ["test_spi", "test_i2c", "test_uart", "test_gpio", "tests"] }
test_spi tests?

Required by the test-spi binary

test_i2c tests?

Required by the test-i2c binary

test_uart tests?

Required by the test-uart binary

test_gpio tests?

Required by the test-gpio binary

tests = test_gpio, test_i2c, test_spi, test_uart