aboutsummaryrefslogtreecommitdiff
path: root/src/ble/setup.h
diff options
context:
space:
mode:
authorFrançois Cartegnie <281376+fcartegnie@users.noreply.github.com>2024-07-09 08:46:19 +0200
committerGitHub <noreply@github.com>2024-07-09 08:46:19 +0200
commita6c62295e92b3d960700508a445be1fba71a3cc2 (patch)
tree35c825b6551afad7688813d7de510111a67bf007 /src/ble/setup.h
parent69b530cbbb72ad9e4b9a7a6c4742f29540664d00 (diff)
parent8274cab154f198447f12028e1686bbe2a6de6ebd (diff)
Merge pull request #30 from kienvo/ble-init
feat: Bluetooth LE initial setup
Diffstat (limited to 'src/ble/setup.h')
-rw-r--r--src/ble/setup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ble/setup.h b/src/ble/setup.h
new file mode 100644
index 0000000..fd65b84
--- /dev/null
+++ b/src/ble/setup.h
@@ -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__ */