Wow, that's pretty good value for money memory... Thanks for posting the module up - the streaming mode you suggest looks great for handling waveforms. If you can tweak the read function such that it takes an argument for the number of bytes to read, it might well work with .pipe on http/Serial and similar as well.
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.
Wow, that's pretty good value for money memory... Thanks for posting the module up - the streaming mode you suggest looks great for handling waveforms. If you can tweak the
read
function such that it takes an argument for the number of bytes to read, it might well work with.pipe
on http/Serial and similar as well.