Hatsudoki's Embedded Systems Blog
Pages
Home
025: Arduino Glossary
Followers
Blog Archive
▼
2010
(20)
▼
May
(7)
Initial Arduino Terms
025: Arduino Glossary
024: Light-Dependent Resistors
023: Another Arduino Type
021, 022: Blinking and Swearing
19, 20: Winking and Ramping
012, 013, 014, 015, 016, 017, 018: Variations on B...
►
March
(6)
►
February
(7)
About Me
hatsudoki
View my complete profile
025: Arduino Glossary
Welcome to my Arduino Glossary Page. It is a subpage of my main Embedded Systems page at:
Hatsudoki's Embedded Systems Blog
.
Arduino sketches are built around two hard-wired procedure names:
One for initialisation:
setup()
//this just runs once, at the start of sketch processing
One for continuous operation:
loop()
//this runs continuously, until interrupted
Home
Subscribe to:
Posts (Atom)