Insomnia and other health bugs caused me to stay up late tonight and do some much overdue bug fixing on my #rust
#RasperryPiPico #EEPROM emulator

Notably it runs by default at the new standard 200MHz, has a `logging` feature via `probe-rs` and `defmt`, and is a bit smarter about not letting you blow up the memory beyond the number of bits allocated to the address bus.

https://github.com/super-saturn/pico-eeprom-emu

GitHub - super-saturn/pico-eeprom-emu: EEPROM Emulator for Raspi Pico in Rust

EEPROM Emulator for Raspi Pico in Rust. Contribute to super-saturn/pico-eeprom-emu development by creating an account on GitHub.

GitHub
@jotapeh no_std rust, this is good fun. :D