mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[sensor] 优化control参数检查和sensor list命令
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
20a6f14e89
commit
3a7ee55780
@@ -47,7 +47,7 @@ extern "C" {
|
||||
#define RT_SENSOR_TYPE_BARO (6)
|
||||
#define RT_SENSOR_TYPE_BARO_STR "Barometer"
|
||||
#define RT_SENSOR_TYPE_LIGHT (7)
|
||||
#define RT_SENSOR_TYPE_LIGHT_STR "Ambient light"
|
||||
#define RT_SENSOR_TYPE_LIGHT_STR "Ambient Light"
|
||||
#define RT_SENSOR_TYPE_PROXIMITY (8)
|
||||
#define RT_SENSOR_TYPE_PROXIMITY_STR "Proximity"
|
||||
#define RT_SENSOR_TYPE_HR (9)
|
||||
|
||||
Reference in New Issue
Block a user