mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 17:45:13 +08:00
[Sensor] Add the prefix corresponding to sensor types
This commit is contained in:
@@ -31,7 +31,9 @@ static char *const sensor_name_str[] =
|
||||
"tvoc_", /* TVOC Level */
|
||||
"noi_", /* Noise Loudness */
|
||||
"step_", /* Step sensor */
|
||||
"forc_" /* Force sensor */
|
||||
"forc_", /* Force sensor */
|
||||
"dust_", /* Dust sensor */
|
||||
"eco2_" /* eCO2 sensor */
|
||||
};
|
||||
|
||||
/* Sensor interrupt correlation function */
|
||||
|
||||
Reference in New Issue
Block a user