pins=github:bsiever/microbit-pxt-flashstorage
Allow persistent flash storage to be used from blocks.
Storage may be erased on reprogramming!!!
flashstorage.size() : number
Returns the number of key/value pairs stored.
flashstorage.set(key : string, value : string) : void
Sets the given key to the provided value.
flashstorage.get(key : string) : string
If present, returns the value for the given key. Returns the empty string if the key is not present.
Returns the empty string if there is no value associated with the key (or if the value is actually the empty string)
flashstorage.remove(key : string) : void
If present, remove the given key and associated value.
Icon based on Font Awesome icon 0xE0B7 SVG.