70016 Parallax Inc, 70016 Datasheet - Page 31

TEXT INFRARED REMOTE FOR BOE-BOT

70016

Manufacturer Part Number
70016
Description
TEXT INFRARED REMOTE FOR BOE-BOT
Manufacturer
Parallax Inc
Datasheet

Specifications of 70016

Accessory Type
Manual
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
For Use With/related Products
Boe-Bot®
For Use With
29122 - KIT PARTS IR REMOTE FOR BOE-BOT
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Contains lead / RoHS non-compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
70016SE
Manufacturer:
ST
0
' IR Remote for the Boe-Bot - ArrayExample.bs2
' Set array element values with DEBUGIN and display them with DEBUG.
' {$STAMP BS2}
' {$PBASIC 2.5}
characters
index
FOR index = 0 TO 4
NEXT
DEBUG CR, "You typed: "
FOR index = 0 TO 4
NEXT
END
How ArrayExample.bs2 Works
An array of five bytes named
index
A
times. Each time through, the value of
command stores the character in the next array element.
DEBUG "Type character(", DEC index, ") "
DEBUGIN characters(index)
DEBUG CR
DEBUG characters(index)
FOR…NEXT
.
Enter and run ArrayExample.bs2.
Click the Debug Terminal's Transmit Windowpane.
Type five letters.
When the Debug Terminal displays "You typed: …", verify that the BASIC
Stamp has sent back the same characters you entered.
characters
index
FOR index = 0 TO 4
NEXT
DEBUG "Enter character(", DEC index, ") "
DEBUGIN characters(index)
DEBUG CR
loop repeats the code block between the
VAR
VAR
VAR
VAR
Byte(5)
Nib
characters
Byte(5)
Nib
index
is declared along with a nibble variable named
Chapter 1: Infrared Remote Communication · Page 21
is incremented by 1, so the
FOR
and
NEXT
statements five
DEBUGIN

Related parts for 70016