#include<reg52.h>#define uchar unsigned charsbit sda=P2^0;sbit scl=P2^1;uchar a;void delay(){ ;; }void start()  //开始信号{  sda=1; delay(); scl=1; delay(); sda=0;