Hi, I want to set up a BLE communication between two CC2650 controllers using the SmartRF06EB board's LDC to give feedback.
Basicly, I want to make a simple PER test like the preloaded one.
I'm able to run the 3 example projects (LCDsmart, Pin interrupt, UART echo) and I want to use the same functions (LCD_bufferPrintString, PIN_setOutputValue aso) for my project, but (I'm kind of new to programming) I can't figure out which libraries I need to include/define, where I can find them and how to include them (drag and drop?). This may be a stupid question and easy to solve, but I've been trying for some time and can't find it...
I'm using CCS 6.1.0, and BLE-stack is installed.
Can somebody please help me with this?