Files
badgemagic-firmware/src/ble/setup.h
Dien-Nhung Nguyen c95faf32a6 Add animations (#15)
* animation: add xbm animations

* refactor: correct framebuffer terminology

* animation: add animations and effect

* animation: timing with TMOS scheduler
2024-08-27 15:08:24 +02:00

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__ */