仪表盘
版本库
文件存储
活动
搜索
登录
main
/
XRange_Tag
电池标签L051工程
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.72,加入拉高lora的cs脚,兼容带lora的免布线基站
WXK
2025-05-13
8dd2c20ddb32d065b877d66394e52a73c0376838
[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