Browse Source

添加测试指令

master
zhaohe 1 year ago
parent
commit
81bdc5323d
  1. 5
      heart_rate_sensor_protocol.h

5
heart_rate_sensor_protocol.h

@ -78,6 +78,11 @@ typedef enum {
ify_hrs_report_sensor_drop_detect = 105, ify_hrs_report_sensor_drop_detect = 105,
ify_hrs_report_record_upload_end = 106, ify_hrs_report_record_upload_end = 106,
ify_hrs_test_cmd_start_capture = 200, // uint8 0/1
ify_hrs_test_cmd_stop_capture = 201, // uint8 0/1
ify_hrs_test_cmd_read_reg = 202, // uint8 addr
ify_hrs_test_cmd_write_reg = 203, // uint8 addr, uint8 val
} ify_hrs_cmd_t; } ify_hrs_cmd_t;
/******************************************************************************* /*******************************************************************************

Loading…
Cancel
Save