Yes, do w.stop() to stop playback, and f.close() (I think), and you'll be sorted.
w.stop()
f.close()
As I said above though, it turns out the DAC on A4/A5 does work nicely, it just needs amplifying.
@Gordon 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.
Yes, do
w.stop()
to stop playback, andf.close()
(I think), and you'll be sorted.As I said above though, it turns out the DAC on A4/A5 does work nicely, it just needs amplifying.