pull down to refresh
32 sats \ 0 replies \ @freetx 29 Oct \ on: Develop embedded firmware for Pico using Rust or Zephyr with pico-vscode DIY
The Pico is a great little board. Particularly when using micropython. The addition of the "PIO" dedicated state machines inside the Pico make it so you can write standard python and offload time sensitive code to the "PIO" processors and get best of both worlds.