Hello,
I am using the example project Send AccelerometerDataOverBle and additionally want to use the yellow LED. I just want to have the yellow LED switched on while the XDK has power.
In AppController.c I included #include "XDK_LED.h" and typed retcode = LED_ON(LED_INBUILT_YELLOW); But i receive the error "Undefined reference to LED_On". Why does it give this error although I have included XDK_LED.h?
What did I wrong or what did I missed to do? Thank you in advance for your help