28139 Parallax Inc, 28139 Datasheet - Page 45

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
Getting familiar with the code block above is useful for getting familiar with counting in
binary, which will be introduced in the next chapter.
statement you can use that does the same job more efficiently.
statements with three arguments might have to check the value of the
up to eight times, this one never checks it more than twice.
IF (time(2) < 500) THEN
ELSEIF (time(2) > 500) THEN
IF (time(2) < 500) AND (time(1) < 500) AND (time(0) < 500) THEN
ELSEIF (time(2) < 500) AND (time(1) < 500) AND (time(0) > 500) THEN
ELSEIF (time(2) < 500) AND (time(1) > 500) AND (time(0) < 500) THEN
ELSEIF (time(2) < 500) AND (time(1) > 500) AND (time(0) > 500) THEN
ELSEIF (time(2) > 500) AND (time(1) < 500) AND (time(0) < 500) THEN
ELSEIF (time(2) > 500) AND (time(1) < 500) AND (time(0) > 500) THEN
ELSEIF (time(2) > 500) AND (time(1) > 500) AND (time(0) < 500) THEN
ELSEIF (time(2) > 500) AND (time(1) > 500) AND (time(0) > 500) THEN
ENDIF
IF time(1) < 500) AND (time(0) < 500) THEN
ELSEIF (time(1) < 500) AND (time(0) > 500) THEN
ENDIF
IF (time(1) < 500) AND (time(0) < 500) THEN
ELSEIF (time(1) < 500) AND (time(0) > 500) THEN
PULSOUT 13, 750
PULSOUT 12, 650
PULSOUT 13, 850
PULSOUT 12, 650
PULSOUT 13, 850
PULSOUT 12, 750
PULSOUT 13, 650
PULSOUT 12, 650
PULSOUT 13, 750
PULSOUT 12, 750
PULSOUT 13, 850
PULSOUT 12, 850
PULSOUT 13, 750
PULSOUT 12, 850
PULSOUT 13, 650
PULSOUT 12, 850
PULSOUT 13, 750
PULSOUT 12, 650
PULSOUT 13, 750
PULSOUT 12, 750
Chapter 1: Infrared Remote Communication · Page 35
Below is another
While the
time(2)
IF…THEN
IF…THEN
variable

Related parts for 28139