Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem mbed
DebugLED.h
- Committer:
- isonno
- Date:
- 2012-01-17
- Revision:
- 3:0ac64c4ca40f
File content as of revision 3:0ac64c4ca40f:
#ifndef __DEBUGLED__ #define __DEBUGLED__ #ifndef MBED_H #include "mbed.h" #endif // Blinking LEDs on the mbed board are used // for light/motion sensor diagnostics const int NumLEDs = 4; extern DigitalOut gLeds[NumLEDs]; void cycleLEDs(); #endif