hello,
so im trying to configure the Tiva C Connect launchpad to send an output signal to open a lock. I am trying to configure port PC6, which is GPIO Pin 5 from the datasheet. I am using the function
GPIOPinTypeGPIOOutput(GPIO_PORTC_BASE, GPIO_PIN_5);
It build and runs with the rest of my code, however, when I connect to the multimeter, I still do not have a high voltage.
Please advise.
Regards,
Dan