I believe the pins are D0,D1,D2 etc. What those actually mean will be down to the module manufacturer, so you'll have to figure out from their docs.
Basically D# corresponds to the system path /sys/class/gpio/gpio# - and you should be able to google where each number goes
D#
/sys/class/gpio/gpio#
@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 believe the pins are D0,D1,D2 etc. What those actually mean will be down to the module manufacturer, so you'll have to figure out from their docs.
Basically
D#
corresponds to the system path/sys/class/gpio/gpio#
- and you should be able to google where each number goes