“Sensor-Gen&RGB Reference”的版本间的差异
(创建页面,内容为“{| style="width: 800px;" |- | {| border="0" cellpadding="10" width="100%" |- |width="65%" valign="top" align="left"| <p style="color: #E87E05;font-size:155%">描述<…”) |
|||
(未显示同一用户的4个中间版本) | |||
第6行: | 第6行: | ||
|width="65%" valign="top" align="left"| | |width="65%" valign="top" align="left"| | ||
<p style="color: #E87E05;font-size:155%">描述</p> | <p style="color: #E87E05;font-size:155%">描述</p> | ||
− | 该库用于Microduino/mCookie核心控制【[[Sensor- | + | 该库用于Microduino/mCookie核心控制【[[Sensor-Ges&RGB/zh|Sensor-Ges&RGB]]】,可以用于手势和颜色的识别。 |
<br> | <br> | ||
<br> | <br> | ||
+ | 功能里列出了使用超声波可以调用的函数,函数里有其具体使用说明与示例 | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <p style="color: #E87E05;font-size:155%">引脚</p> | ||
+ | IIC引脚 | ||
+ | <br> | ||
+ | <br> | ||
+ | <p style="color: #E87E05;font-size:155%">示例</p> | ||
+ | <br> | ||
+ | [[检测颜色的RGB]] | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |width="35%" valign="top" align="left"| | ||
+ | <p style="color: #E87E05;font-size:155%">功能</p> | ||
+ | *'''Constructor/结构体''' | ||
+ | **'''[[gestureSensor]]''' | ||
+ | |||
+ | |||
+ | *'''Constants/常量''' | ||
+ | |||
+ | |||
+ | |||
+ | *'''Functions/函数''' | ||
+ | **'''[[gestureSensor.begin()|begin()]]''' | ||
+ | **'''[[gestureSensor.setGestureGain()|setGestureGain()]]''' | ||
+ | **'''[[gestureSensor.enableGestureSensor()|enableGestureSensor()]]''' | ||
+ | **'''[[gestureSensor.enableLightSensor() |enableLightSensor()]]''' | ||
+ | **'''[[gestureSensor.isGestureAvailable()|isGestureAvailable()]]''' | ||
+ | **'''[[gestureSensor.readAmbientLight()|readAmbientLight()]]''' | ||
+ | **'''[[gestureSensor.readRedLight()|readRedLight())]]''' | ||
+ | **'''[[gestureSensor.readGreenLight()|readGreenLight()]]''' | ||
+ | **'''[[gestureSenso.readBlueLight()|readBlueLight]]''' | ||
+ | **'''[[gestureSenso.readProximity()|readProximity()]]''' | ||
+ | **'''[[gestureSenso.readGesture() |readGesture()]]''' | ||
+ | |} | ||
+ | |||
+ | |||
+ | 【[[Sensor-Ges&RGB/zh| 返回Sensor-Ges&RGB界面]]】 | ||
+ | |||
+ | 【[[mCookie传感器编程手册]]】 |
2018年5月16日 (三) 10:35的最新版本
|