Touch Sensor Module

From LinkSprite Playgound
Revision as of 03:04, 10 June 2014 by Qian.zhang (talk | contribs) (Schematics)
Jump to: navigation, search

Introduction

Touch Sensor enables you to replace press with touch.

Touch sensor module.jpg

Features

Dimensions: 20.0×24.5×11mm

Net weight: 1.6g

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>

Touch link.jpg

How to buy

Here to buy Touch Sensor Module on store