[sensor]Add blood pressure sensor type (#5766)

This commit is contained in:
Tangyuxin
2022-04-05 19:35:23 +08:00
committed by GitHub
parent 6bd22f3e6f
commit 59e751eb2a
3 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ static char *const sensor_name_str[] =
"spo2_", /* SpO2 sensor */
"iaq_", /* IAQ sensor */
"etoh_", /* EtOH sensor */
"bp_" /* Blood Pressure */
};
/* Sensor interrupt correlation function */