夜空一星
【51单片机】【STC89C52】2-1.点亮一个LED灯
阅读 167
2023-01-27
#include <STC89C5xRC.H>
void main()
{
P2=0X54;//01010
while(1)
}
相关推荐
精彩评论(0)