feat: add initial Bluetooth LE module
This commit is contained in:
8
src/ble/setup.h
Normal file
8
src/ble/setup.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user