mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Organising a bit
This commit is contained in:
23
source/Core/BSP/Pinecilv2/ble.h
Normal file
23
source/Core/BSP/Pinecilv2/ble.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef PINECILV2_BLE_H_
|
||||
#define PINECILV2_BLE_H_
|
||||
|
||||
/*
|
||||
* BLE Interface for the Pinecil V2
|
||||
*
|
||||
* Exposes:
|
||||
* - Live Measurements
|
||||
* - Device Settings Names
|
||||
* - Device Settings Values
|
||||
*/
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Spawns the BLE stack tasks and makes the device available to be connected to via BLE.
|
||||
void ble_stack_start(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user