Hello all,
I have a question about nRF52832.
What I want to do is increase a number every 20 micro seconds.
In other words, count how much time has passed .
(ex. int count = 0; every 20 microseconds, count++;)
If I use delay function, I can do it.
But, I want that process while other programs are ongoing, without pause.
Can you guys recommend the way or related example?
Thanks so much and have a nice day!