#include "reg51.h" #include "stdio.h" sbit F1=P1^0; //F1就是代表P1^0這隻腳位 sbit F2=P1^1; //F2就是代表P1^1這隻腳位 sbit F3=P1^2; //F3就是代表P1^2這隻腳位 sbit F4=P1^3; //F4就是代表P1^3這隻腳位 void UART(); void delay(int ...
anal02.pixnet.net