16 lines
373 B
C
16 lines
373 B
C
/** @file tim.h
|
|
* Module handling general purpose and advances TIMers
|
|
*/
|
|
|
|
#ifndef _TIM_H_
|
|
#define _TIM_H_
|
|
|
|
//--includes--------------------------------------------------------------------
|
|
|
|
//--type definitions------------------------------------------------------------
|
|
|
|
//--functions-------------------------------------------------------------------
|
|
|
|
#endif //_TIM_H_
|
|
|