Details
Product Information
- Button Module
Specifications
- Rating: 50mA 12VDC
- Contact Resistance : 50mΩ max(initial)
- Insulation Resistance: 100MΩ(minDC 250V)
- Dielectric Strength : AC250V(50/60Hz for 1minute)
- Electrically Life:100,000cycles
- Environment temperature: -25℃~+105℃
- Operating Force: 180/230(±20gf)
- Seal temperature:250℃-280℃
Sample Code
/*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
This example code is in the public domain.
*/
// Pin 13 has an LED connected on most Arduino boards.
// give it a name:
int led = 11;
// the setup routine runs once when you press reset:
void setup() {
// initialize the digital pin as an output.
pinMode(led, OUTPUT);
}
// the loop routine runs over and over again forever:
void loop() {
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
}
What's Included
Applications
Download