This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Application Timer Tutorial with nRF52 SDK version 0.9.2

I can not find the macro:

 APP_TIMER_DEF(m_led_a_timer_id);

How do I create the timer ID with the SDK 0.9.2 for the nRF52?

Parents
  • If you aren't stuck on SDK 0.9.2, I would recommend moving to SDK11 for the nRF52. There will be no more nRF52 specific SDK updates now that they have merged 51 and 52 in SDK11 which also means unless you migrate to SDK 11+, you will never have a production tested SDK to build your application on.

Reply
  • If you aren't stuck on SDK 0.9.2, I would recommend moving to SDK11 for the nRF52. There will be no more nRF52 specific SDK updates now that they have merged 51 and 52 in SDK11 which also means unless you migrate to SDK 11+, you will never have a production tested SDK to build your application on.

Children
No Data