J. Peterson / Mbed 2 deprecated CuriLightCtl

Dependencies:   FatFileSystem mbed

DebugLED.h

Committer:
isonno
Date:
2013-02-11
Revision:
4:cfef06d8bb96
Parent:
3:0ac64c4ca40f

File content as of revision 4:cfef06d8bb96:

#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