Hi!
I want to upload a file (big binary) to extranal Flash at a specific start address (0x0000...) in Web Ide, and i don't want do this with File Storage.
Can i use these apis just like require("Flash").write(data, addr) and E.pipe(source, destination, options)?Will this work?
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.
Hi!
I want to upload a file (big binary) to extranal Flash at a specific start address (0x0000...) in Web Ide, and i don't want do this with File Storage.
Can i use these apis just like
require("Flash").write(data, addr)
andE.pipe(source, destination, options)
?Will this work?Can some one give how to do it?
thanks