From c95faf32a6a98975828717d596ff51dedeecdf56 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen Date: Tue, 27 Aug 2024 20:08:24 +0700 Subject: Add animations (#15) * animation: add xbm animations * refactor: correct framebuffer terminology * animation: add animations and effect * animation: timing with TMOS scheduler --- src/ble/setup.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/ble/setup.h') diff --git a/src/ble/setup.h b/src/ble/setup.h index fd65b84..b814b36 100644 --- a/src/ble/setup.h +++ b/src/ble/setup.h @@ -1,8 +1,11 @@ -#ifndef __HAL_H__ -#define __HAL_H__ +#ifndef __BLE_SETUP_H__ +#define __BLE_SETUP_H__ void tmos_clockInit(void); void ble_hardwareInit(void); void peripheral_init(void); -#endif /* __HAL_H__ */ +void ble_enable_advertise(); +void ble_disable_advertise(); + +#endif /* __BLE_SETUP_H__ */ -- cgit v1.2.3