![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth
Diff: MAXREFDES100FW300/e4a10ed6eb92/HSP/Hsp_BLE/HspBLE.h
- Revision:
- 4:1fcd660d72fe
- Parent:
- 3:36de8b9e4b1a
- Child:
- 5:bc128a16232f
--- a/MAXREFDES100FW300/e4a10ed6eb92/HSP/Hsp_BLE/HspBLE.h Sat Apr 10 03:05:42 2021 +0000 +++ b/MAXREFDES100FW300/e4a10ed6eb92/HSP/Hsp_BLE/HspBLE.h Sat Apr 10 07:51:22 2021 +0000 @@ -37,7 +37,7 @@ #include "BluetoothLE.h" /// define the number of characteristics used on the HSP platform -#define NUMBER_OF_CHARACTERISTICS (7) +#define NUMBER_OF_CHARACTERISTICS (8) /// indicies of the characteristics used #define CHARACTERISTIC_TEMP_TOP (0) @@ -47,6 +47,8 @@ #define CHARACTERISTIC_PRESSURE (4) #define CHARACTERISTIC_DATA (5) #define CHARACTERISTIC_CMD (6) +#define CHARACTERISTIC_ECG (7) + class HspBLE { public: @@ -84,6 +86,8 @@ static uint8_t envServiceUUID[]; static uint8_t deviceName[]; static uint8_t serialNumber[]; + static uint8_t ecgCharUUID[]; + /// application specific bool startDataLogging;