Sunday, May 2, 2010

Initial Arduino Terms

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

No comments:

Post a Comment