KY028: Digital Temprateure Sensor Module
/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]
/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]
/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]
Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]
Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]
/* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is […]
Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]
Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]
int Led=13; int Shock=3 int val; void setup() { pinMode(Led,OUTPUT); pinMode(Shock,INPUT);// } void loop() { val=digitalRead(Shock); if(val==HIGH)/ { digitalWrite(Led,LOW); } […]
int Led=13; int Shock=3 int val; void setup() { pinMode(Led,OUTPUT); pinMode(Shock,INPUT);// } void loop() { val=digitalRead(Shock); if(val==HIGH)/ { digitalWrite(Led,LOW); } […]
int Led=13; int Shock=3 int val; void setup() { pinMode(Led,OUTPUT); pinMode(Shock,INPUT);// } void loop() { val=digitalRead(Shock); if(val==HIGH)/ { digitalWrite(Led,LOW); } […]