4 Forks
10 Stars
10 Watchers

NRF52_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an nRF52-based board. These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise than other software timers using millis() or micros(). Now supports `Sparkfun Pro nRF52840 Mini`

How to download and setup NRF52_TimerInterrupt

Open terminal and run command
git clone https://github.com/khoih-prog/NRF52_TimerInterrupt.git
git clone is used to create a copy or clone of NRF52_TimerInterrupt repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with NRF52_TimerInterrupt https://github.com/khoih-prog/NRF52_TimerInterrupt/archive/master.zip

Or simply clone NRF52_TimerInterrupt with SSH
[email protected]:khoih-prog/NRF52_TimerInterrupt.git

If you have some problems with NRF52_TimerInterrupt

You may open issue on NRF52_TimerInterrupt support forum (system) here: https://github.com/khoih-prog/NRF52_TimerInterrupt/issues