-
-
So far Espruino has been awesome but as a beginner I have some issues wrapping my head around targeting the pins. In the documentation I can see
NodeMCU.A0
NodeMCU.D0
NodeMCU.D1
NodeMCU.D10
NodeMCU.D2
NodeMCU.D3
NodeMCU.D4
NodeMCU.D5
NodeMCU.D6
NodeMCU.D7
NodeMCU.D8
NodeMCU.D9However there is no mention of the buildin led on the board. How can I select that?
Also I don't know how I can select the other pins for example S1 S2 EN and RX.Appreciate it.
-
I actually managed to get the built-in LED on with :
Thank you so much for guiding me