I'm just trying here with an example raw file I know, and it does seems that I'm not getting any output on the DAC...
However, output via PWM does work for me, so:
analogWrite(A0, 0.5, {freq:20000}); w.startOutput(A0,4000,{repeat:true});
Should actually produce something for you...
@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.
I'm just trying here with an example raw file I know, and it does seems that I'm not getting any output on the DAC...
However, output via PWM does work for me, so:
Should actually produce something for you...