Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我写了一个让一个引脚输出高电平的程序发现是错的,但是不知道哪里错了
from pyb import Pin p_out = Pin('P5', Pin.OUT_PP) p_out.high() while(True) p_out.high()
什么是错的?
有没有报错提示?或者没有达到什么效果?你是怎么检查的?