or:
pin.write(false);
where pin is the name of the pin (e.g. B12)
pin
B12
@roy.emmerich 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.
or:
pin.write(false);
where
pin
is the name of the pin (e.g.B12
)