led control

This commit is contained in:
Wolfgang Hottgenroth
2018-01-18 15:06:37 +01:00
parent 4ee20b974a
commit 36ce69de93
100 changed files with 8151 additions and 8695 deletions

14
my_src/counter.h Normal file
View File

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