enum {
GPIO16 = 0;
GPIO5 = 1;
...
GPIO10 =12;
}
On link : https://github.com/nodemcu/nodemcu-firmware I cannot find it.
>> But then again, which break-out board are we talking about... I'd rather have those details not in this thread.
I understand you, but I have to ask somewhere. Thank you for your help, anyway ..
ESP8266 is the same on all Boards. Look: ESP8266 pin15 = GPIO0, if I have to set on/off this pin I have to send AT or Lua
instruction, there I have to enter number 3 not 15 no matter which board I have, I think so ..
Without table I can write anything ..