This library uses the 'chrono' C++ library to access the fastest available system clock and use it to provide interval timing and delay functionality via a Python binding API. While the performance of ...
implementation based on OOP principles configurable to be either running in continuous mode (timer automatically restarts after each interval) or in one-shot mode (timer stops after timeout period is ...