#include "board.h"
#include "ioutil.h"
#include "xmpl.h"
#ifdef NO_LEDS
# error "No LED Interface defined"
#endif
int main(void)
{
volatile uint8_t c,x;
WAIT_MS(500);
{
for (x=0; x<16; x++)
{
WAIT_MS(100);
}
}
WAIT_MS(500);
{
WAIT_MS(500);
}
{
WAIT_MS(500);
}
WAIT_MS(500);
{
WAIT_MS(500);
}
do
{
WAIT_MS(500);
WAIT_MS(500);
}while(1);
}