From 03544c5ceb34396137efd8414bfb4278f9e99c90 Mon Sep 17 00:00:00 2001 From: "jxh@lovelyqi" Date: Tue, 19 Aug 2025 12:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B90x9C=20=E5=BE=AE=E8=B0=83?= =?UTF-8?q?=E5=BF=83=E7=8E=87=E8=AE=A1=E7=AE=97=E7=BB=93=E6=9E=9C=E7=AC=94?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NTK_NFY_Communication_Protocol.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NTK_NFY_Communication_Protocol.md b/NTK_NFY_Communication_Protocol.md index d9eb26a..8491683 100644 --- a/NTK_NFY_Communication_Protocol.md +++ b/NTK_NFY_Communication_Protocol.md @@ -293,10 +293,10 @@ HEX: 5A 00 00 9B 00 02 00 00 00 audio_id volume crc16_L crc16_H A5 HEX: 5A 00 00 9C 00 24 00 00 00 data1_LL data1_LH data1_HL data1_HH (data2_ * 4) (data3_ * 4) ... (data9_ * 4) crc16_L crc16_H A5 ``` -| 参数名称 | 参数描述 | 参数类型 | 参数值 | 参数值对应功能描述 | -| -------- | ------------------ | -------- | --------- | ----------------------------------------------------------------------------------------------------- | -| data_n | 对应下方公式的参数 | uint8_t | 0x00~0xFE | 接收到的9个数据会作为数组传入下方代码中的HR_fitting_update_parameters (int32 *HR_fitting_parameters); | -| crc16 | crc16校验值 | uint16_t | xx | \\ | +| 参数名称 | 参数描述 | 参数类型 | 参数值 | 参数值对应功能描述 | +| -------- | ------------------ | ----------- | ------ | ----------------------------------------------------------------------------------------------------- | +| data_n | 对应下方公式的参数 | int32_t * 9 | \ | 接收到的9个数据会作为数组传入下方代码中的HR_fitting_update_parameters (int32 *HR_fitting_parameters); | +| crc16 | crc16校验值 | uint16_t | xx | \\ | ```C // ====== HR 三段拟合的9个参数 =======