Difference between revisions of "Linker Button V2.0"

From LinkSprite Playgound
Jump to: navigation, search
(Created page with "==Introduction== This button module hosts momentary push button switch - 12mm Square. It can serve as input for Arduino experiment. File:Linker button.jpg == Features ==...")
 
Line 2: Line 2:
 
This button module hosts momentary push button switch - 12mm Square. It can serve as input for Arduino experiment.
 
This button module hosts momentary push button switch - 12mm Square. It can serve as input for Arduino experiment.
  
[[File:Linker button.jpg]]
+
[[File:Example.jpg| 640px]]
 +
[[File:Example.jpg| 640px]]
 +
[[File:Example.jpg| 640px]]
 +
 
  
 
== Features ==
 
== Features ==

Revision as of 02:45, 16 June 2016

Introduction

This button module hosts momentary push button switch - 12mm Square. It can serve as input for Arduino experiment.

Example.jpg Example.jpg Example.jpg


Features

Dimensions: 26.0×25.0×10.9mm

Net weight: 3.4g

Dimension

Button dimension.jpg

Schematics

Application Ideas

<syntaxhighlight lang="c">

const int ButtonPin=9; void setup() {

 pinMode(ButtonPin, INPUT);
 Serial.begin(9600);        // init serial to 9600b/s

}

void loop() {

 int sensorValue = digitalRead(ButtonPin);
 if(sensorValue==1)
 {
   Serial.println("High");    
 }
 else
 {
   Serial.println("Low");     
   
 }
}

</syntaxhighlight>

Button link.jpg

How to buy

Here to buy Button Module on store