nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Persistent storage support #96

Open lemon-sh opened 2 years ago

lemon-sh commented 2 years ago

I haven't found a way to access the persistent storage in micro:bit with this crate (I may be blind though).

It's exposed in the MicroPython and micro:bit runtime APIs.

I think it would be cool to support this here as well.