13 lines
193 B
C
13 lines
193 B
C
#ifndef DETECTLEDH
|
|
#define DETECTLEDH
|
|
|
|
#include "buttons.h"
|
|
#include "board.h"
|
|
#include "led.h"
|
|
#include "vector"
|
|
|
|
void handleDetectLed( void );
|
|
void initDetectLed( void );
|
|
|
|
|
|
#endif //DETECTLED
|