HelpRequests
Definition of a tight loop:
Everyone else probably already knew this, but I got to learn something: http://www.elook.org/computing/tight-loop.htm
For example:
while (1) {
flash_das_blinken_lights();
}
A Helpful Guide to Debouncing