Related posts

STM32 AD5621 DAC Sinus Wave Generation

STM32 APDS-9005 Luminance Sensor Interface

STM32 12-bit DAC MCP4921: Analog Signal Generation

1 comment

Ryszard August 31, 2024 - 2:00 pm
During building I am getting warning ../Core/Src/LiquidCrystal.c:79:24: warning: variable 'gpio_init' set but not used [-Wunused-but-set-variable] 79 | GPIO_InitTypeDef gpio_init; Is there any possibility to fix it ?
Add Comment