#ifndef __olimex_h__
#define __olimex_h__

#ifdef __cplusplus
extern "C" {
#endif

/* Functions for Olimex LPC-P213X board */

int olimexInit(void);
void olimexSetGreenLed(boolean);
void olimexToggleGreenLed(void);
void olimexSetYellowLed(boolean);
void olimexToggleYellowLed(void);

#ifdef __cplusplus
}
#endif

#endif /* __olimex_h__ */

