Módulo botón pulsador digital para ARDUINO
KS0029
Nuevo
Módulo botón pulsador digital para ARDUINO. Marca Keyestudio.
12.000 $
- Escribe tu opinión
DESCRIPCIÓN
Este es un módulo de aplicación básico. Simplemente puede enchufarlo en un escudo IO para tener su primeras experiencias con Arduino. Interfaces fácilmente reconocibles de los sensores ("A" para el análogo y "D" para el digital) Los iconos ilustran claramente la función del sensor Conector de alta calidad Superficie de oro de inmersión.
CARACTERÍSTICAS
- Voltaje de suministro: 3.3V to 5V
- Fácil de 'conectar y operar'
- Teclado grande y tapa de alta calidad de primera clase
- Lograr un trabajo interesante e interactivo
- Interfaz: Digital
- Tamaño: 30 * 20m m
- Peso: 4g
DIAGRAMA DE CONEXIÓN
CÓDIGO BÁSICO DE PRUEBA
/* # When you push the digital button, the Led 13 on the board will turn on. Otherwise,the led turns off. */ int ledPin = 13; // choose the pin for the LED int inputPin = 3; // Connect sensor to input pin 3 void setup() { pinMode(ledPin, OUTPUT); // declare LED as output pinMode(inputPin, INPUT); // declare pushbutton as input } void loop(){ int val = digitalRead(inputPin); // read input value if (val == HIGH) { // check if the input is HIGH digitalWrite(ledPin, LOW); // turn LED OFF } else { digitalWrite(ledPin, HIGH); // turn LED ON }
KS0029
Referencias específicas
Novedad.....
16 otros productos en la misma categoría:
Marcas