70016 Parallax Inc, 70016 Datasheet - Page 90

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
After you have made these changes, your program should resemble the one below.
Use Edit → Copy and Edit → Paste to move everything shown below from
EnterLargeValuesYourTurn.bs2 into your new
subroutine in IrRemoteKeypad.bs2.
Add a
Modify the main routine so that it looks like this:
' Replace this DO...LOOP with your own code.
DO
LOOP
Add comments to your program explaining how the
works.
Run and test IrRemoteKeypad.bs2.
Trouble-shoot as needed.
value = 0
remoteCode = 0
DO
LOOP UNTIL (remoteCode = Enter)
DEBUG "Enter a value: " ,CR
GOSUB Get_Multi_Digit_Value
DEBUG "The value is: ", DEC value, CR, CR
value = value * 10 + remoteCode
DO
LOOP
RETURN
GOSUB Get_Ir_Remote_Code
IF (remoteCode < 10) THEN
ELSEIF (remoteCode = Enter) THEN
ELSE
ENDIF
DEBUG "You pressed: ", DEC1 remoteCode, CR
GOSUB Beep_Valid
EXIT
DEBUG "You pressed: ENTER", CR
GOSUB Beep_Valid
EXIT
DEBUG "Press 0-9 or ENTER", CR
GOSUB Beep_Error
command at the end of the subroutine.
DO…LOOP UNTIL
Get_Multi_Digit_Value
statement

Related parts for 70016