This commit is contained in:
2019-01-24 08:51:21 +01:00
commit 783e8a357e
8 changed files with 138 additions and 0 deletions

15
led.h Normal file
View File

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