Green LED Data Sheet

Title

Green LED

TI Item Name

STEMEE/AC/LED/A

Description

Light-emitting diode that emits green light when current passes through it.

Category

LEDs and Displays

Hub Connection

breadboard circuit

Assembly Instructions

Longer leg (lead) is positive (anode). If both leads are of equal length, the lead adjacent to the flat edge on LED casing is the negative (cathode) lead.

Precautions

Do not insert the leads of LEDs directly into the Hub’s Breadboard Connector. Assemble the components on the breadboard and use the provided jumper cables to connect the breadboard to the Hub.

Specifications

Voltage - Forward (Vf) (Typ): 2.1V, Current – Test: 10mA, Viewing Angle: 36°, Mounting Type: Through Hole.

 

HUB Commands

 

Sketch Object

LED or DIGITAL.OUT

Command Syntax

Send("SET LED i [TO] 0-255 [[BLINK|TOGGLE] frequency] [[TIME] seconds]")

Code
Sample:

Desired Action

Code Sample

Send("SET LED 1 TO ON")

Send("SET LED 1 TO OFF")

Send("SET LED 1 TO ON TIME 5")

Send("SET DIGITAL.OUT 1 TO ON")

Send("SET DIGITAL.OUT 1 TO OFF")

Send("SET DIGITAL.OUT 1 TO ON TIME 5")