doc(master : code_structure)添加对detect功能的描述
This commit is contained in:
parent
d5f4a6f0d8
commit
97b42937fb
@ -1,4 +1,5 @@
|
|||||||
On Version V1.x
|
On Version V1.x
|
||||||
|
PART I. Sensor读取
|
||||||
start_get_sensor //启动读取Sensor的流程
|
start_get_sensor //启动读取Sensor的流程
|
||||||
|--->set_configuration
|
|--->set_configuration
|
||||||
| |--->set_configuration_5280m7/5468m7/donghu/yichun //根据服务器类型设置具体I2C相关参数
|
| |--->set_configuration_5280m7/5468m7/donghu/yichun //根据服务器类型设置具体I2C相关参数
|
||||||
@ -7,4 +8,8 @@ On Version V1.x
|
|||||||
|--->process_sensor
|
|--->process_sensor
|
||||||
|--->sensor_init //传感器可能需要初始化
|
|--->sensor_init //传感器可能需要初始化
|
||||||
|--->read_sensor_value //读取传感器的数值
|
|--->read_sensor_value //读取传感器的数值
|
||||||
|--->convert_sensor_value //处理传感器的读值并做可视化处理
|
|--->convert_sensor_value //处理传感器的读值并做可视化处理
|
||||||
|
|
||||||
|
PART II. Detect操作
|
||||||
|
start_detect_device //启动detect i2c的流程
|
||||||
|
|--->detect_on_5280m7/5468m7/donghu/yichun //根据服务器类型进行对应的detect操作
|
||||||
Loading…
Reference in New Issue
Block a user