Other Parts Discussed in Thread: Z-STACK, TIMAC
I am looking for an API to manage GPIO in TIMAC-based application running on CC2530. I have skimmed through the documentation, but didn't found much on this topic. Everything what I found in the code itself is HAL driver API for managing LCD, LEDs and ADC, but not GPIO as it is.
In particular, I need to manage state of the pin P1.7. I found that by default it is defained as HAL_LCD_MISO_PIN. However, I have no intention to use SPI and want to use it as a digital output pin.
Any ideas how to do this?