From d00927dc6bb2f0cfc50943a1dc9a793944816d05 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 13 Nov 2023 19:35:49 +0800 Subject: [PATCH] feat:heart rate --- HDFwear/20231111ReadMe.md | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/HDFwear/20231111ReadMe.md b/HDFwear/20231111ReadMe.md index 8ec227d..d888893 100644 --- a/HDFwear/20231111ReadMe.md +++ b/HDFwear/20231111ReadMe.md @@ -13,3 +13,11 @@ BluetoothManager+Function 发送: [237, 126, 0, 1, 0, 39, 0, 1, 0, 5, 0, 22, 0, 22, 0, 214, 52] 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 39, 0, 105, 2] +拉取心跳数据 + func getHeartRateHistoryData(closure: HeartRateClosure? = nil) + 发送: [237, 126, 0, 1, 0, 40, 0, 1, 0, 1, 1, 128, 205] + +接收心跳数据 + func parseHeartRateData (_ content: [UInt8]) + 接收: [237, 126, 0, 1, 128, 22, 0, 1, 0, 5, 101, 73, 152, 158, 60, 178, 104] + -- libgit2 0.21.4