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