But you can just do flash.getPage(addr) on it and get the page size or work out the number of pages already? I'm not sure it's worth duplicating that work for every platform?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
But you can just do
flash.getPage(addr)
on it and get the page size or work out the number of pages already? I'm not sure it's worth duplicating that work for every platform?