仪表盘
版本库
文件存储
活动
搜索
登录
main
/
XRange_Tag
电池标签L051工程
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
免布线lora,调试差不多,即将加入自动跳频功能,固提交保存
WXK
2023-11-21
d8dd7c6e256bc607904ef1c1b1a36471c99db873
[XRange_Tag.git]
/
Src
/
application
/
beep_logic_app.h
1
2
3
4
5
6
7
8
#ifndef __BEEP_LOGIC_H__
#define __BEEP_LOGIC_H__
#include "stm32f10x.h"
void main_logic(void); //Ö÷Âß¼ÔÚÕâÀïÖ´ÐÐ
#endif