How to use the Arduino Connectors with the STEVAL-STLCX01V1 with the STEVAL-STLCS01V1 MCU
Hello.I want to use the Arduino Connectors on the STEVAL-STLCX01V1 board.I know that i need to use the GPIO functions (in the "stm32l4xx_hal_gpio.c" library):void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init) void HAL_GPIO_DeInit...