Introduction - If you have any usage issues, please Google them yourself
The platform is TinyOS. Blink is a basic application that toggles the leds on the mote
* on every clock interrupt. The clock interrupt is scheduled to
* occur every second. The initialization of the clock can be seen
* in the Blink initialization function, StdControl.start()