16 lines
153 B
C
16 lines
153 B
C
/*
|
|
* blinky.h
|
|
*
|
|
* Created on: Jan 16, 2018
|
|
* Author: wn
|
|
*/
|
|
|
|
#ifndef BLINKY_H_
|
|
#define BLINKY_H_
|
|
|
|
|
|
void blinkyInit();
|
|
|
|
|
|
#endif /* BLINKY_H_ */
|