Ezra243
04-29-2006, 07:37 PM
Newbie here.ˇ Just starting with StampWorks Experiment Kit.ˇ Installed latest editor v2.2.5.ˇ
When I enter code for the first experiment:
' ------ [ I/O Definitions ] ----------
AlarmLedˇˇˇˇˇ PINˇˇˇˇˇ 0ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ ' LED on P0
When I run the syntax checker, I get the message:
Expected ':' or end-of-line
and the word PIN is highlighted in blue
It's like it doesn't like the keyword PIN.
It seems that I can avoid using I/O definitions of the type PIN, but that is not in keeping with the "Writing Code like a PRO" style conventions.
What am I doing wrong?
When I enter code for the first experiment:
' ------ [ I/O Definitions ] ----------
AlarmLedˇˇˇˇˇ PINˇˇˇˇˇ 0ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ ' LED on P0
When I run the syntax checker, I get the message:
Expected ':' or end-of-line
and the word PIN is highlighted in blue
It's like it doesn't like the keyword PIN.
It seems that I can avoid using I/O definitions of the type PIN, but that is not in keeping with the "Writing Code like a PRO" style conventions.
What am I doing wrong?