Good question!
So in terms of IO you have:
On the rear of the thingy D2/D3/D4 are labelled as P0.02/etc.
P0.02
So basically all you need is to use D2 3 or 4 exactly like you would on the Pico (analogRead(D2)) and you're sorted.
D2
analogRead(D2)
@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.
Good question!
So in terms of IO you have:
On the rear of the thingy D2/D3/D4 are labelled as
P0.02
/etc.So basically all you need is to use
D2
3 or 4 exactly like you would on the Pico (analogRead(D2)
) and you're sorted.