MOTION-ACTIVATED BED LIGHTING SYSTEM FOR NIGHTTIME WANDERING
Rather than stumble around in the dark or blind himself with a bedside lamp, Maker Scott Clandinin has come up with an Arduino-powered, motion-activatedlighting […]
Rather than stumble around in the dark or blind himself with a bedside lamp, Maker Scott Clandinin has come up with an Arduino-powered, motion-activatedlighting […]
const int analogInPin = A0; int sensorValue = 0; int KEY ; int NEWKEY ; int OLDKEY = 0; int […]
int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]
/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]
int buzzer=11; void setup() { pinMode(buzzer,OUTPUT); } void loop() { unsigned char i,j; while(1) { for(i=0;i<80;i++)//Output sound of one frequency […]
int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]
int sensorPin = A5; // select the input pin for the potentiometer int ledPin = 13; // select the pin […]
int buzzer=11;// void setup() { pinMode(buzzer,OUTPUT);// } void loop() { unsigned char i,j;// while(1) { for(i=0;i<80;i++)//output sound of one frequency […]
/* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is […]
int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]