• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category
Sensors Kit for Arduino
April 25, 2014 0 Comments

KY010: Light Block Sensor Module

/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY012: Buzzer Module

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 […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY011: Dual Light LEDs module

int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY013: Analog Temprature Sensor

int sensorPin = A5; // select the input pin for the potentiometer int ledPin = 13; // select the pin […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY006: Buzzer Module

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 […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY008: Laser Diode Module

/* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors