27220 Parallax Inc, 27220 Datasheet - Page 32

BOOK STAMPWORKS

27220

Manufacturer Part Number
27220
Description
BOOK STAMPWORKS
Manufacturer
Parallax Inc
Datasheet

Specifications of 27220

Accessory Type
Booklet
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
StampWorks
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Not applicable / Not applicable
10. Indent Nested Code
Nesting blocks of code improves readability and helps reduce the introduction of
errors. Indenting each level with two spaces is recommended to make the code
readable without taking up too much space.
Note: The dots are used to illustrate the level of nesting and are not a part of the code.
11. Condition Statements
Enclose condition statements in parenthesis for clarity.
Main:
..DO
....FOR testLoop = 1 TO 10
......IF (checkLevel < threshold) THEN
........lowLevel = lowLevel + 1
........LedOkay = IsOff
......ELSE
........LedOkay = IsOn
......ENDIF
......PAUSE 100
....NEXT
..LOOP WHILE (testMode = Yes)
Check_Temp:
Fill_Water_Tank:
Get_Delay:
IF (indoorTemp >= setPoint) THEN
ELSE
ENDIF
DO WHILE (waterLevel = IsLow)
LOOP
DO
LOOP UNTIL ((tmDelay >= 5) AND (tmDelay =< 30))
AcCtrl = IsOn
lowLevel = lowLevel + 1
TankFill = IsOn
PAUSE 250
DEBUG HOME, "Enter time (5 – 30)... ", CLREOL
DEBUGIN DEC2 tmDelay

Related parts for 27220