nodemcu_pin_mappings
Differences
This shows you the differences between two versions of the page.
nodemcu_pin_mappings [2019/05/08 12:26] – created 192.168.1.11 | nodemcu_pin_mappings [2019/05/08 12:27] (current) – 192.168.1.11 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | < | ||
- | NodeMCU has weird pin mapping. | ||
- | Pin numbers written on the board itself do not correspond to ESP8266 GPIO pin numbers. We have constants defined to make using this board easier: | ||
+ | NodeMCU has weird pin mapping.\\ | ||
+ | Pin numbers written on the board itself do not correspond to ESP8266 GPIO pin numbers. \\ | ||
+ | Use these constants to make using the board easier:\\ | ||
+ | |||
+ | < | ||
static const uint8_t D0 = 16; | static const uint8_t D0 = 16; | ||
static const uint8_t D1 = 5; | static const uint8_t D1 = 5; |
nodemcu_pin_mappings.1557332772.txt.gz · Last modified: 2019/05/08 12:26 by 192.168.1.11