Use of the same port both input and output
Posted on August 06, 2015 at 13:19 Hello, I need use a port both input and output. What should I do? Should I use something like this? GPIO_InitTypeDef GPIO_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); GPIO_Ini...