
1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world 2. compile/debug/run with IAR for STM8
8 lines
104 B
C
8 lines
104 B
C
#ifndef __TIM_H_
|
|
#define __TIM_H_
|
|
|
|
void Timer2_Init(uint32_t clock, uint32_t tick_per_second);
|
|
|
|
#endif
|
|
|