Simple Timer
------------

The :cpp:type:`SimpleTimer` class only supports regular function callbacks, but if you don't need
the additional functionality that a regular :cpp:class:`Timer` offers then it will save some RAM.

.. doxygengroup:: simple_timer
   :members:
