Hey guys ,
I am trying to merge ble_app_uart code with RTC peripheral code . RTC code works fine when I try it on SDK but after merging with ble_app_uart code it doesn't work. I have done all the configuration settings.
Here is my actual objective
1. I have added a button on gpio pin 28
2. I have attached an led on gpio pin 16 with pull up
3. What I need to do is that when I press the button led should be able to glow for 10 seconds ?
Thanks in advance.