car/my_src/counter.h
Wolfgang Hottgenroth 36ce69de93 led control
2018-01-18 15:06:37 +01:00

15 lines
157 B
C

/*
* counter.h
*
* Created on: Jan 17, 2018
* Author: wn
*/
#ifndef COUNTER_H_
#define COUNTER_H_
void counterInit();
#endif /* COUNTER_H_ */