添加Ble,以及修改了H5的一些基础配置

This commit is contained in:
2025-06-08 22:31:55 +08:00
parent 6727ac58d0
commit a502e81566
420 changed files with 34802 additions and 2117 deletions

16
fun/headfile.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef __HEADFILE_H
#define __HEADFILE_H
#include "app_threadx.h"
#include "main.h"
#include "memorymap.h"
#include "usart.h"
#include "gpio.h"
#include "stdio.h"
#include "stdlib.h"
#include "stdarg.h"
#include "HCBle.h"
#endif