include <reg52.h>#include<stdio.h>#define PP P0sbit rs = P2^0; /* LCD RS 接腳控制位元定義*/sbit en = P2^1; /* LCD EN 接腳控制位元定義*/ void delay(int d) ...
確定! 回上一頁