/* * led.h * * Created on: Mar 19, 2018 * Author: wn */ #ifndef LED_H_ #define LED_H_ void blink(void *handle); void blinkInit(); #endif /* LED_H_ */