6 lines
143 B
C
6 lines
143 B
C
|
|
#define PinSens LL_GPIO_PIN_2
|
|
#define PinPWM LL_GPIO_PIN_1
|
|
#define GPIOPins GPIOA
|
|
#define TimerPWM TIM2
|
|
#define channelPWM LL_TIM_CHANNEL_CH2
|