| uint32_t PN_APP_IOD_setGpioPin | ( | uint32_t | gpioBaseAddr, |
| uint32_t | gpioPinNum, | ||
| uint8_t | value | ||
| ) |
Set a GPIO PIN to "high" or "low".
| [in] | gpioBaseAddr | Base address for the GPIO. |
| [in] | gpioPinNum | Number of the GPIO PIN. |
| [in] | value | 1 for "high", 0 for "low" |
| PN_API_OK | Success. |