/* * led.h * * Created on: Jan 24, 2019 * Author: wn */ #ifndef LED_H_ #define LED_H_ void ledExec(); void ledInit(); #endif /* LED_H_ */