Here's an even-tighter SFB-native 'blinky sketch'.
/* Blinking the SFB Blue LED * ------------------------- */voidsetup()
{
// Nothing needed: The RGB LEDs are automatically set as output pins
}
voidloop()
{
ledToggle(BODY_RGB_BLUE_PIN); // flips the LED statedelay(1000); // waits for a second
}
Generated on Sun Jul 25 07:49:37 2010 for SFB by doxygen 1.5.9