#include<reg52.h> sbit LED=P1^0; void main() {LED=1; LED=0; while(1) {} }这是单片机里的程序,,,

2026-05-20 00:32:15
推荐回答(1个)
回答1:

是的8051单片机