15 lines
157 B
C
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_ */
|