Á¤Àü½Ä°ú °¨¾Ð½Ä ÅÍÄ¡¼¾¼ Áß, º» Á¦Ç°Àº Á¤Àü½ÄÀ¸·Î ±ÝÆÇÀ» ¸¸Áö¸é µ¿ÀÛÇÏ´Â ¼¾¼¸ðµâÀÔ´Ï´Ù.
¾ÆµÎÀÌ³ë ¼Ò½ºÄÚµå ÅÍÄ¡ÇÏ¿´À» ¶§ LED°¡ ÀÛµ¿ÇÏ´Â µ¥¸ð¼Ò½ºÀÔ´Ï´Ù. int ledPin = 13;
int KEY = 2;
void setup(){
pinMode(ledPin, OUTPUT);
pinMode(KEY, INPUT);
}
void loop(){
if (digitalRead(KEY)==HIGH) {
digitalWrite(ledPin, HIGH);
}
else {
digitalWrite(ledPin, LOW);
}
}
INTRODUCTION
Are you tired with clicking mechanic
button? Try our capacitive touch sensor. Right now we can find touch sensor on
most electronic device. So uprade your Arduino project with our new version
touch sensor and make it cool!!
This little
sensor can "feel" people and metal touch and feedback a high/low
voltage level. Even isolated by some cloth and paper, it still can feel the
touch. And the sensetivity well decrease as isolation get thick. For detail of
usage, please check our wiki. To exetreme user experience of our sensor module,
we made following improvement. We can feel our care for customers.
With this sensor Arduino can feel your touch
FEATURES
¡¤
Wide voltage range
from 3.3V to 5V
¡¤
Standard
assembling structure (two 3mm holes with multiple of 5cm as interval)
¡¤
Easily recognitive
interfaces of sensors ("A" for analog and "D" for digital)
¡¤
Icons to simplely
illustrate sensor function
¡¤
High quality
connector
¡¤
Immersion gold
surface
¡¤
Specification
¡¤
Supply Voltage:
3.3V to 5V
¡¤
Interface: Digital
¡¤
Size:22x30mm
DOCUMENTS
¡¤
Wiki Doc
¡¤
Schematic
SHIPPING
LIST
¡¤
Capacitive Touch
Sensor x1
¡¤
Digital cable x1
|