T010110 Arduino, T010110 Datasheet - Page 2

no-image

T010110

Manufacturer Part Number
T010110
Description
LED Lighting Development Tools TINKERKIT POWER LED MODULE
Manufacturer
Arduino
Series
TInkerKitr
Datasheet

Specifications of T010110

Rohs
yes
Product
Actuators
For Use With
High Brightness High Power LEDs
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
// initialize the digital pin as an output.
// Pin 13 has an LED connected on most Arduino boards:
pinMode(O0, OUTPUT);
}
void
digitalWrite(O0, HIGH);
delay(1000);
digitalWrite(O0, LOW);
delay(1000);
}
setup() {
loop() {
// wait for a second
// wait for a second
// set the LED off
// set the LED on

Related parts for T010110