• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category

Sensors Kit for Arduino


Sensors Kit for Arduino
April 25, 2014 0 Comments

KY017: Quicksilver Switch 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

KY018: Optosensor Module

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

KY019: 5V DC Relay Module

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

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY020: Tilt Switch 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

KY021: Mini Reed Switch 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

KY023: Mini Dual Axis JoyStick

int sensorPin = 5; int value = 0; void setup() { pinMode(3, OUTPUT); Serial.begin(9600); } void loop() { value = […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY024: Linear magnetic Hall sensor

/* 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

KY025: Big Reed Switch 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

KY027: Magic LED cup Module

int LedPinA = 5; int LedPinB = 6; int ButtonPinA = 7; int ButtonPinB = 4; int buttonStateA = 0; […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY022: Infrared Receiver Module

Download the test code from: InfraredReceiver

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors