Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.
To build the project including tests execution and the checkstyle: ./gradlew checkstyle build. To build the project and deploy it in your device or emulator: ``./gradlew installDebug` ...