Other Parts Discussed in Thread: CC2540
So I gathered from this post (http://e2e.ti.com/support/low_power_rf/f/538/t/177958.aspx) that I can write GPIO by specifying the pin name and setting it equal to 0 or 1 (P0_6 = 1).
How can I read the value of, say, P0_5? And more importantly, how can I use that trigger an interrupt to call a function?
So far I have looked through the SWRU1C User's Guide, SWRU301a User's Guide, the TI_BLE_Sample_Applications_Guide, the TI_BLE_Software_Developer's_Guide, the BLE_API_Guide_main.htm, and a few of the sample applications including the KeyFobDemo (which uses the button inputs) but that seems to rely on the HAL_KEY software pragma which requires the simplekeys.c which requires the Joystick(??) library.
Basically, I'm lost in too much documentation - can someone point me in the direction of some simple I/O operations to get me up and running?