Details

Photo-sensitive Resistor Module
Item No.: 86Duino-KY018
Price: USD 1.50 (Approximately)
 NTD 48.75 (Exact Amount)
Stock: In Stock
Features:

Photo-sensitive Resistor Module

Share Product:
Quantity:
Total:USD (Approximately)
        (NTD )(Exact Amount)
Add to Cart

Product Information

  • Photo-sensitive Resistor Module

  

 

 

 

 

Specifications

 

Sample Code

 

/*

  Blink

  Turns on an LED on for one second, then off for one second, repeatedly.

 

  This example code is in the public domain.

 */

 

// Pin 13 has an LED connected on most Arduino boards.

// give it a name:

int led = 11;

 

// the setup routine runs once when you press reset:

void setup() {               

  // initialize the digital pin as an output.

  pinMode(led, OUTPUT);    

}

 

// the loop routine runs over and over again forever:

void loop() {

  digitalWrite(led, HIGH);   // turn the LED on (HIGH is the voltage level)

  delay(1000);               // wait for a second

}

 

What's Included

 

Applications

 

Download

 

 

The product has been added to cart!

The product has been added to cart!
Your shopping cart has0items. Total amount: USD0.00(NTD 0.00)