NodeMCU 开发学习笔记

这篇文章记录了我的 NodeMCU 学习过程

引脚定义

接口定义

NodeMCU Pin Definition

GPIO 与 I/O 索引表

IO索引 ESP8266针脚 IO索引 ESP8266针脚
0 GPIO 16 7 GPIO 13
1 GPIO 5 8 GPIO 15
2 GPIO 4 9 GPIO 3
3 GPIO 0 10 GPIO 1
4 GPIO 2 11 GPIO 9
5 GPIO 14 12 GPIO 10
6 GPIO 12

其中 D0(GPIO16) 只能用于 GPIO 读取/写入,不支持中断和 PWM/I2C/OW

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×