@ceremcem http://www.espruino.com/Reference#l_Flash_getFree
require("flash").getFree()
This method returns an array of objects of the form {addr : #, length : #}, representing
contiguous areas of flash memory in the chip that are not used for anything.
@Wilberforce started
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.
@ceremcem
http://www.espruino.com/Reference#l_Flash_getFree
require("flash").getFree()
This method returns an array of objects of the form {addr : #, length : #}, representing
contiguous areas of flash memory in the chip that are not used for anything.