car/my_src/blinky.h

16 lines
153 B
C
Raw Normal View History

2018-01-16 16:17:34 +01:00
/*
* blinky.h
*
* Created on: Jan 16, 2018
* Author: wn
*/
#ifndef BLINKY_H_
#define BLINKY_H_
void blinkyInit();
#endif /* BLINKY_H_ */