7-segment Display Data Sheet

Title

7-segment Display

TI Item Name

STEMEE/AC/DISP/A

Description

Array of LEDs arranged to display numbers and some alphabetic characters. Also has an LED for a decimal point.

Category

LEDs and Displays

Hub Connection

breadboard circuit

Assembly Instructions

Not Applicable

Precautions

Not Applicable

Specifications

20mA max per segment, Vf:2V

 

HUB Commands

 

Sketch Object

DIGITAL.OUT

Command Syntax

Send("SET DIGITAL.OUT n ON") - n = 1 to 7

Code
Sample:

Desired Action

Code Sample

Configure the program to use 7 DIGITAL.OUT on pins BB 1 - 7

For (N, 1, 7)

Send("CONNECT DIGITAL.OUT eval(N) TO BB eval(N)")

Send("SET DIGITAL.OUT eval(N) ON")

End