how much KOhm is the pullup or pulldown resistor of GPIO pins ?
Posted on December 02, 2012 at 18:26typedef enum {....... GPIO_Mode_IPD = 0x28, GPIO_Mode_IPU = 0x48, ...... }GPIOMode_TypeDef; hello forum, I have two questions ; 1) do the above settings make the GPIO pin Input ? 2) if I adjust the GPIO ...