28139 Parallax Inc, 28139 Datasheet - Page 90

KIT REMOTE IR FOR BOE-BOT W/TEXT

28139

Manufacturer Part Number
28139
Description
KIT REMOTE IR FOR BOE-BOT W/TEXT
Manufacturer
Parallax Inc
Datasheets

Specifications of 28139

Accessory Type
IR Remote
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
For Use With/related Products
Boe-Bot®
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Contains lead / RoHS non-compliant
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 28139