From f114f7b04fd8c70f98674be39fb2bdd5363914e6 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 28 Mar 2026 19:44:00 -0400 Subject: [PATCH] Update links for UART and Blinky examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02d60b3..ae2d644 100644 --- a/README.md +++ b/README.md @@ -553,8 +553,8 @@ cargo test --target aarch64-apple-darwin | Driver | Description | Key Crates | |--------|-------------|------------| -| [embedded-wasm-uart](https://github.com/mytechnotalent/embedded-wasm-uart) | UART echo via WIT `uart` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` | -| [embedded-wasm-blinky](https://github.com/mytechnotalent/embedded-wasm-blinky) | GPIO LED blink via WIT `gpio` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` | +| [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` |