git-svn-id: http://moon:8086/svn/projects/HendiControl@21 fda53097-d464-4ada-af97-ba876c37ca34
14 lines
183 B
C
14 lines
183 B
C
/*
|
|
* timer.h
|
|
*
|
|
* Created: 20.02.2019 20:56:07
|
|
* Author: jens
|
|
*/
|
|
|
|
|
|
#ifndef TIMER_H_
|
|
#define TIMER_H_
|
|
|
|
void timer_init(uint16_t TIMER_RELOAD);
|
|
|
|
#endif /* TIMER_H_ */ |