This should give you an Idea:
Code:
mode var byte
mode_switch var gpio.3
start:
if mode_switch = 1 then
mode = mode + 1
else
goto main
endif
main:
if mode = 0 then
goto normal
if mode = 1 then
goto burst
if mode = 2 then
goto rapid
if mode = 4 then
mode = 0
else
goto start
endif
endif
endif
endif
normal:
rapid:
burst:
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks