Add servo example project to README

This commit is contained in:
Kevin Thomas
2026-03-30 19:55:40 -04:00
committed by GitHub
parent 930822573b
commit 167819df3a

View File

@@ -556,6 +556,7 @@ cargo test --target aarch64-apple-darwin
| [embedded-wasm-uart-rp2350](https://github.com/mytechnotalent/embedded-wasm-uart-rp2350) | UART echo via WIT `uart` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |
| [embedded-wasm-blinky-rp2350](https://github.com/mytechnotalent/embedded-wasm-blinky-rp2350) | GPIO LED blink via WIT `gpio` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |
| [embedded-wasm-button-rp2350](https://github.com/mytechnotalent/embedded-wasm-button-rp2350) | Button-controlled LED via WIT `gpio` + `button` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |
| [embedded-wasm-servo-rp2350](https://github.com/mytechnotalent/embedded-wasm-servo-rp2350) | SG90 servo sweep via WIT `servo` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |
<br>