yincheng.zhong
2023-10-08 16316ff61be903555ab7c1f40aa40785d0b1224e
1
2
3
4
5
6
7
8
#ifndef __BEEP_LOGIC_H__
#define __BEEP_LOGIC_H__
 
#include "stm32f10x.h"
 
void main_logic(void);    //Ö÷Âß¼­ÔÚÕâÀïÖ´ÐÐ
 
#endif