#ifndef _DELAY_H #define _DELAY_H #include "main.h" void M1820_GPIO_Init(void); void M1820_Start(void); void M1820_Wr_Onebyte(unsigned char dat); //ÏÈдµÍλ unsigned char M1820_Rd_Onebytr(void); //ÏȶÁµÍλ void M1820_Act(void); #endif