Categories

TinkerKit Red LED [10mm]

TinkerKit Red LED [10mm]

More details

A2-0141

4,36€

Reduced price!

-30%

6,23€

Add to wishlist

30 other products in the same category:

Previous
Next

TinkerKit Red LED [10mm].

Description:

This module features a 10mm Red Light Emitting Diode, the standard TinkerKit 3pin connector and a green LED that signals that the module is correctly powered and a tiny yellow LED that shows the current brightness of the red LED. A resistor provides the optimal amount of current when connected to an Arduino.

This module is an ACTUATOR therefore the connector is an INPUT that need to be connected to one of the OUTPUTconnectors on the TinkerKit Shield.

Code Example


/*
  based on Blink, Arduino's "Hello World!"
  Turns on an LED on for one second, then off for one second, repeatedly.
  The Tinkerkit Led Modules (T010110-7) is hooked up on O0


  This example code is in the public domain.
 */


#define O0 11
#define O1 10
#define O2 9
#define O3 6
#define O4 5
#define O5 3
#define I0 A0
#define I1 A1
#define I2 A2
#define I3 A3
#define I4 A4
#define I5 A5


void setup() {                
  // initialize the digital pin as an output.
  // Pin 13 has an LED connected on most Arduino boards:
  pinMode(O0, OUTPUT);     
}

void loop() {
  digitalWrite(O0, HIGH);   // set the LED on
  delay(1000);              // wait for a second
  digitalWrite(O0, LOW);    // set the LED off
  delay(1000);              // wait for a second
}

Basket  

No products

0,00€ Shipping
0,00€ Tax
0,00€ Total

Prices are tax included

Check out

Newsletter

PayPal

TESt"; ?>