28122 Parallax Inc, 28122 Datasheet - Page 101

KIT WHAT'S A MICRO:PARTS ONLY

28122

Manufacturer Part Number
28122
Description
KIT WHAT'S A MICRO:PARTS ONLY
Manufacturer
Parallax Inc
Datasheet

Specifications of 28122

Accessory Type
Parts Kit
Product
Microcontroller Accessories
Core Processor
PIC16C57c
Flash
128 Bytes
Operating Supply Voltage
9 V
Board Size
31 mm x 16 mm
For Use With/related Products
Board of Education Full Kit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
LOOP
How ReactionTimer.bs2 Works
Since the program will have to keep track of the number of times the pushbutton was
polled, a variable called
The
DO…LOOP
another.
DO
LOOP UNTIL IN3 = 0
LOW 14
DEBUG "Your time was ", DEC timeCounter,
PAUSE 1
timeCounter = timeCounter + 1
DEBUG
timeCounter VAR Word
DEBUG "Press and hold pushbutton.", CR,
DO
LOOP
" ms.", CR, CR,
"To play again, hold the ", CR,
"button down again.", CR, CR
statements can be nested. In other words, you can put one
Variables initialize to zero:
automatically zero until a command sets it to a new value.
DO
LOOP UNTIL IN3 = 1
' Rest of program was here.
commands contain instructions for the player of the game.
"to make light turn red.", CR, CR,
"When light turns green, let", CR,
"go as fast as you can.", CR, CR
timeCounter
is declared.
When a variable is declared in PBASIC, its value is
' Declare variable to store time.
' Begin main loop.
' Nested loop repeats...
' until pushbutton press.
' Back to "Begin main loop".
' Nested loop, count time...
' until pushbutton is released.
' Bi-color LED off.
' Display time measurement.
' Play again instructions.
' Back to "Begin main loop".
DO…LOOP
inside

Related parts for 28122