There's no DAC on the pico - the F4 chips just don't have them. The original board has 2 on the middle row of pins though.
However even without the DAC you can do PWM output on most pins with as analogWrite. With a cap and resistor you can still get a pretty good output
@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.
There's no DAC on the pico - the F4 chips just don't have them. The original board has 2 on the middle row of pins though.
However even without the DAC you can do PWM output on most pins with as analogWrite. With a cap and resistor you can still get a pretty good output