12 lines
139 B
C

#ifndef _time0_H
#define _time0_H
#include "public.h"
//定义LED1管脚
#define LED1 P2_0
//函数声明
void time0_init(void);
#endif