You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
incubator_embeded/HARDWARE/PWMOUT.h

12 lines
143 B

#ifndef PWMOUT_H
#define PWMOUT_H
#include "system.h"
void TIM3_Init(void);
void PWM_OUT(void);
void TimePwm_init(int arr,int psc);
#endif