I worked for a while today (okay, like all day) on this Stamp project. Continue reading
Electronics
BASIC Stamp Programming
I just wrote my first BASIC program in years. Two lines:
'{$STAMP BS2}
DEBUG "Hello, World!"
Lickety split it was compiled and downloaded into my BS2 Stamp chip and spat out a message on the debug window. Pretty cool. This is gonna be fun.