Home > Blink

Blink

Blink is a project mainly written in C and PYTHON, it's free.

blinking app for the Telosb mote in TinyOS

README for Blink Author/Contact: [email protected]

Description:

Blink is a simple application that blinks the 3 mote LEDs. It tests that the boot sequence and millisecond timers are working properly. The three LEDs blink at 1Hz, 2Hz, and 4Hz. Because each is driven by an independent timer, visual inspection can determine whether there are bugs in the timer system that are causing drift. Note that this method is different than RadioCountToLeds, which fires a single timer at a steady rate and uses the bottom three bits of a counter to display on the LEDs.

Tools:

Known bugs/limitations:

None.

$Id: README.txt,v 1.4 2006/12/12 18:22:48 vlahan Exp $

Previous:GameKitNetwork