uart_temp/include/public.h
2023-12-29 00:57:13 +08:00

15 lines
192 B
C

#ifndef _public_H
#define _public_H
// #include "reg52.h"
#include <8052.h>
typedef unsigned int u16;
typedef unsigned char u8;
void delay_10us(u16 ten_us);
void delay_ms(u16 ms);
#endif