Hi, I read example projects of Tiva-C 1294. There are many similar uses ' GPIOPinWrite(GPIO_PORTH_BASE, GPIO_PIN_2, GPIO_PIN_2);' The prototype is : extern void GPIOPinWrite(uint32_t ui32Port, uint8_t ui8Pins, uint8_t ui8Val); The
↧