Where should I put the jshPinSetValue(LED1_PININDEX,1); line to make it compiled into the firmware?
jshPinSetValue(LED1_PININDEX,1);
@George 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.
Where should I put the
jshPinSetValue(LED1_PININDEX,1);
line to make it compiled into the firmware?