I have an alpha version of the api complete and sent it to Gordon. It doesn't support async piping of data yet, but it does do reading and writing on open files in an indexed way. You can specify the number of bytes to read and the position to start reading and writing.
The async pipe code is currently done on my computer, but I need to merge down the latest code and test before I send a pull request.
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.
I have an alpha version of the api complete and sent it to Gordon. It doesn't support async piping of data yet, but it does do reading and writing on open files in an indexed way. You can specify the number of bytes to read and the position to start reading and writing.
The async pipe code is currently done on my computer, but I need to merge down the latest code and test before I send a pull request.