This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
|
|
#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
|
|
|
|
|
|
|
|
|
|
|