car/my_src/blinky.h
Wolfgang Hottgenroth 3aa6bbc9a6 initial
2018-01-16 16:17:34 +01:00

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_ */