User Activity

* S6D0154_LCD.h * * Created on: 16-Nov-2020 *   Author: NUCLEO */#ifndef INC_S6D0154_LCD_H_#define INC_S6D0154_LCD_H_#include "stm32f103xb.h"#include "stm32f1xx_hal_gpio.h"typedef struct{ uint16_t pin; // LCD Pins interface to STM32. GPIO_TypeDef ...
#include "stm32f10x.h"#include "stm32f10x_rcc.h"#include "stm32f10x_gpio.h"#include "stm32f10x_tim.h"int main(void){GPIO_InitTypeDef GPIO_InitStructure;GPIO_StructInit(&GPIO_InitStructure);RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);GPIO_Ini...