Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example belongs to the type of "Using Scheduler". As this mode requires the function " app_sched_schedule() " to run in the main loop, which is not excepted for me, I want to change my application to the other type "App Low Only" which has no need to the function " app_sched_schedule() ", just like the example "ble_app_hrs" So how shouled I alter my code? I wish you can point it out in deteils.
Thank you very much!