“Sensor-Gesture Reference”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(创建页面,内容为“{| style="width: 800px;" |- | |width="65%" valign="top" align="left"| <p style="color: #E87E05;font-size:155%">描述</p> 此页面主要介绍用Microduino/mCookie…”)
 
第21行: 第21行:
 
|width="35%" valign="top" align="left"|
 
|width="35%" valign="top" align="left"|
 
<p style="color: #E87E05;font-size:155%">功能</p>
 
<p style="color: #E87E05;font-size:155%">功能</p>
*'''Constructor/构造'''
+
*'''Constructor/结构体'''
**'''[[LinerCCD]]'''
+
**'''[[gestureSensor]]'''
  
  
 
*'''Constants/常量'''
 
*'''Constants/常量'''
**'''[[线性CCD中的常量]]'''
+
 
  
  
 
*'''Functions/函数'''
 
*'''Functions/函数'''
**'''[[LinerCCD.setCCDPixs()|setCCDPixs()]]'''
+
**'''[[gestureSensor.begin()|begin()]]'''
**'''[[LinerCCD.setExposed()|setExposed()]]'''
+
**'''[[gestureSensor.setGestureGain()|setGestureGain()]]'''
**'''[[LinerCCD.reqestPixls()|reqestPixls()]]'''
+
**'''[[gestureSensor.enableGestureSensor()|enableGestureSensor()]]'''
**'''[[LinerCCD.caculateMaxMinPix()|caculateMaxMinPix()]]'''
+
**'''[[gestureSensor.isGestureAvailable()|isGestureAvailable()]]'''
**'''[[LinerCCD.adConAlgorithm()|adConAlgorithm()]]'''
+
**'''[[gestureSenso.readGesture() |readGesture()]]'''
 
 
 
|}
 
|}
  
  
  
 
+
【[[Sensor-Gesture/zh| 返回Sensor-Gesture界面]]】
【[[Sensor-LinerCCD/zh| 返回Sensor-LinerCCD界面]]】
 
  
 
【[[mCookie传感器编程手册]]】
 
【[[mCookie传感器编程手册]]】

2018年5月16日 (三) 07:56的版本

描述

此页面主要介绍用Microduino/mCookie核心控制【Sensor-Gesture】的使用方法

功能里列出了使用Gesture手势传感器可以调用的函数,函数里有其具体使用说明与示例


引脚

通过MCookie-Hub/zh / Microduino-Module_Sensor_Hub/zh接Microduino/mCookie核心的IIC引脚

示例


功能


  • Constants/常量



返回Sensor-Gesture界面

mCookie传感器编程手册