Difference between revisions of "Touch Sensor Module"
Qian.zhang (talk | contribs) (→Schematics) |
Qian.zhang (talk | contribs) (→Features) |
||
Line 6: | Line 6: | ||
== Features == | == Features == | ||
− | Dimensions: 20.0×24. | + | Dimensions: 20.0×24.2×10.6mm |
Net weight: 1.6g | Net weight: 1.6g | ||
+ | |||
+ | == Dimension == | ||
+ | |||
+ | [[File:touch sensor dimension.jpg]] | ||
== Schematics == | == Schematics == |
Revision as of 08:07, 13 June 2014
Introduction
Touch Sensor enables you to replace press with touch.
Features
Dimensions: 20.0×24.2×10.6mm
Net weight: 1.6g
Dimension
Schematics
Application Ideas
test <syntaxhighlight lang="c"> int TouchPin=9; int ledPin=11; void setup() { pinMode(TouchPin, INPUT); pinMode(ledPin,OUTPUT); }
void loop() { int sensorValue = digitalRead(TouchPin); if(sensorValue==1) { digitalWrite(ledPin,HIGH); } else { digitalWrite(ledPin,LOW); } } </syntaxhighlight>
How to buy
Here to buy Touch Sensor Module on store