Reading from GPIO PC0 ?
Posted on December 30, 2013 at 14:15Guys, How can I read a button from GPIO PC0 ? I have created : RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOB | RCC_APB2Periph_GPIOC | RCC_APB2Periph_GPIOE | RCC_APB2Periph_GPIOA, ENABLE); //initialize PC0 and...