开启 JTAG 调试接口,开启后 JTAG 接口的引脚不能再作为 GPIO 功能
JTAG
GPIO
语法
void enableDebugPorts(void)
参数
无
返回值
示例
void setup() { enableDebugPorts(); } void loop() { }