Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 612 Bytes

usage.rst

File metadata and controls

26 lines (17 loc) · 612 Bytes

Usage

#include <uuid/common.h>

Call uuid::loop() regularly and then call uuid::get_uptime_ms() when the uptime is required.

Example

.. literalinclude:: ../examples/Uptime.cpp

Output

.. literalinclude:: ../examples/Uptime.txt
   :language: none