Hello.
I’ve been working on a Rust-based minimal starter code for PicoCalc. My objective is to identify crates and create minimal test examples to confirm their integration.
I have successfully established communication with the following components:
- USB Serial
- I2C Keyboard
- PWM Speakers
- SPI Display
I’m still working on getting the following to work:
- SPI SD Card
- QSPI PSRAM
Link to GitHub Repo: clockworkpi-picocalc-rust