car/my_src/counter.h

15 lines
157 B
C
Raw Normal View History

2018-01-18 15:06:37 +01:00
/*
* counter.h
*
* Created on: Jan 17, 2018
* Author: wn
*/
#ifndef COUNTER_H_
#define COUNTER_H_
void counterInit();
#endif /* COUNTER_H_ */