feat: add initial Bluetooth LE module

This commit is contained in:
Dien-Nhung Nguyen-Phu
2024-06-23 19:22:20 +07:00
parent 2383bf65e5
commit 8274cab154
12 changed files with 5167 additions and 3 deletions

8
src/ble/setup.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __HAL_H__
#define __HAL_H__
void tmos_clockInit(void);
void ble_hardwareInit(void);
void peripheral_init(void);
#endif /* __HAL_H__ */