hi.......
i need to run the program continuously using timer ......and want to check the data every one minute how to do that
i have seen timer example .. i am confused .. which function is used to run the timer continuously
hi.......
i need to run the program continuously using timer ......and want to check the data every one minute how to do that
i have seen timer example .. i am confused .. which function is used to run the timer continuously
You can use RTC (app_timer) timer and high precision Timer module to do this.
You can first read the API documentation on how to use it here for RTC library and look into the example and play around with it..
If you have some problems still using it, and do not understand the behavior, then you can come back here and ask some specific questions.
yes i tried ... but how to execute the output for every one minute
yes i tried ... but how to execute the output for every one minute