What book do you use?
ERM
Posts: 34
Where can I find a list of commands and samples that you use like:
Main:
· DO : LOOP UNTIL (StartBtn = 1)
· timer = 0
· DO WHILE (StartBtn = 1)
··· PAUSE 100
··· timer = timer + 1
· LOOP
· IF (timer < 30) THEN Main
These types of examples·are not listed in the basic stamp manual.· What books would you recommend or is there a web site?
Main:
· DO : LOOP UNTIL (StartBtn = 1)
· timer = 0
· DO WHILE (StartBtn = 1)
··· PAUSE 100
··· timer = timer + 1
· LOOP
· IF (timer < 30) THEN Main
These types of examples·are not listed in the basic stamp manual.· What books would you recommend or is there a web site?
Comments
Also you can look at any of our educational texts that are·found here:· http://www.parallax.com/html_pages/downloads/siccurriculum/documentation_sic_curriculum.asp
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
Http://www.parallax.com
Post Edited (Dave Andreae (Parallax)) : 7/20/2005 4:40:07 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Another good book to· add to the list is "Programming and Customizing the
Basic Stamp Computer" by Scott Edwards.· Its very understandable and
clear with plenty of examples.
Good Luck
Gordon