Specifications
BASIC Stamp II
Parallax, Inc. • BASIC Stamp Programming Manual 1.8 • Page 341
2
pause 2000: debug cls ' Wait 2 seconds, then clear screen.
for EEaddr = log to endLog' Retrieve each sample from EEPROM.
read EEaddr,result ' Read back a byte
debug "Reading ", dec result,tab," at ", dec EEaddr,cr
next ' Do until all samples retrieved.
stop










