* animation: add xbm animations * refactor: correct framebuffer terminology * animation: add animations and effect * animation: timing with TMOS scheduler
12 lines
234 B
C
12 lines
234 B
C
#ifndef __BLE_SETUP_H__
|
|
#define __BLE_SETUP_H__
|
|
|
|
void tmos_clockInit(void);
|
|
void ble_hardwareInit(void);
|
|
void peripheral_init(void);
|
|
|
|
void ble_enable_advertise();
|
|
void ble_disable_advertise();
|
|
|
|
#endif /* __BLE_SETUP_H__ */
|