Personal»Real Space Electronics

Real Space Electronics

basic stamp code structure:

main:

if inIS=1 then subloop
pause 50
debug "no input", cr

goto main

subloop:

debug "pin15 is high", cr
pause 50

goto main


Variable Structure:

varname VAR size myvar VAR bit(1),(nib) byte(8 bits),word(16 bits

variable declaration

myvar VAR byte main:

loop

Project Overview: http://christopherbaker.net/projects/urbanecho/