2021-10-02 21:59:34 -07:00
|
|
|
/*
|
|
|
|
* hellen_meta.h
|
|
|
|
*
|
|
|
|
* @date Oct 2, 2021
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2021-10-02 22:08:35 -07:00
|
|
|
#define H144_LS_1 GPIOG_7
|
|
|
|
#define H144_LS_2 GPIOG_8
|
|
|
|
#define H144_LS_3 GPIOD_11
|
|
|
|
#define H144_LS_4 GPIOD_10
|
|
|
|
#define H144_LS_5 GPIOD_9
|
|
|
|
#define H144_LS_6 GPIOF_12
|
|
|
|
|
2021-10-02 21:59:34 -07:00
|
|
|
#define H176_LS_1 GPIOG_7
|
|
|
|
|
|
|
|
#define H176_OUT_PWM1 GPIOD_13
|
|
|
|
#define H176_OUT_PWM2 GPIOC_6
|
|
|
|
#define H176_OUT_PWM3 GPIOC_7
|