usart.h / usart.c and the gpio.h / gpio.c files are missing
I am using a Nucleo F091RC.
When I create a new project, the
.../Inc/usart.h
.../Src/usart.c
.../Inc/gpio.h
.../Src/gpio.c
files are missing.
The button on the board is declared as GPIO_Input
The LED on the board is declared as GPIO_Output
PA2 is declared as USART2_TX
PA3 is declared as USART2_TX
When will the files appear in the folders?
