|
|
@ -78,6 +78,11 @@ typedef enum { |
|
|
|
ify_hrs_report_sensor_drop_detect = 105, |
|
|
|
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; |
|
|
|
|
|
|
|
/******************************************************************************* |
|
|
|