Files
origincar_controller/HARDWARE/timer.h
MobKBK 460e0e9e73 init
2026-06-20 21:22:34 +08:00

12 lines
310 B
C

#ifndef __TIMER_H
#define __TIMER_H
#include "system.h"
void TIM8_Cap_Init(u16 arr, u16 psc);
void TIM12_SERVO_Init(u16 arr,u16 psc);
void TIM8_SERVO_Init(u16 arr,u16 psc);
extern int L_Remoter_Ch1,L_Remoter_Ch2,L_Remoter_Ch3,L_Remoter_Ch4;
extern int Remoter_Ch1,Remoter_Ch2,Remoter_Ch3,Remoter_Ch4;
#endif