4+ results for '土壤湿度传感器' (0 ms)

Not the results you expected?

moisture_sensor.zh-CN.html (https://github.com/01org/intel-iot-services-orchestration-layer.git) HTML · 42 lines

12 <div id="TOC">

13 <ul>

14 <li><a href="#土壤湿度传感器">土壤湿度传感器</a><ul>

15 <li><a href="#测量湿度">测量湿度</a><ul>

16 <li><a href="#描述">描述</a></li>

23 </ul>

24 </div>

25 <h1 id="土壤湿度传感器">土壤湿度传感器</h1>

26 <h2 id="测量湿度">测量湿度</h2>

27 <h3 id="描述">描述</h3>

README.md (https://github.com/ECSLab/ES_IoT_Cloud.git) Markdown · 71 lines

26 - `getval()` 获取温湿度数据

27 - `getresult()` 校验所得数据

28 #### `Humidity_detect` 土壤湿度传感器封装类定义(无数模转换):

29 ```

30 def __init__(self, hdpin):

SmartIrrigation.h (https://github.com/ahappyforest/SmartIrrigation.git) C Header · 67 lines

27 // list of device number -> request_device

28 SOLENOIDVALVES = 0x01, // 电磁阀门

29 YL69 = 0x02, // 土壤湿度传感器

30 LIGHT = 0x03, // 光照

31 THERMISTOR = 0x04, // 空气中的温度

PinConfig.h (https://github.com/ahappyforest/SmartIrrigation.git) C Header · 10 lines

5 #define DS18B20_POWER MicaBusC.PW4 // 电源线控制线, 低电平有效

6 #define SOLENOIDVALVES_POWER MicaBusC.Int0 // 电磁阀们控制线, 低电平有效

7 #define YL69_POWER MicaBusC.PW1 // 土壤湿度传感器, 电源控制线, 低电平有效

8 #define YL69_ADO MicaBusC.Adc7 // 土壤湿度传感器, ADC采集线, 低电平有效