How can i do make direct access to GPIO P0.30 ? I want to make it to blink a led in my ESPRUINO BLOG with NINA B302
D30.toggle() should do the trick
D30.toggle()
D30 maps to direct io P030 ? Nice! I will do that this night
@AkosLukacs 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.
How can i do make direct access to GPIO P0.30 ?
I want to make it to blink a led in my ESPRUINO BLOG with NINA B302