mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
initial commit
This commit is contained in:
25
lib/uuid-common/README.rst
Normal file
25
lib/uuid-common/README.rst
Normal file
@@ -0,0 +1,25 @@
|
||||
mcu-uuid-common |Build Status|
|
||||
==============================
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Microcontroller common utilities library
|
||||
|
||||
Purpose
|
||||
-------
|
||||
|
||||
The primary purpose of this library is to maintain a common 64-bit uptime in
|
||||
milliseconds with overflow handling, as long as the loop function is called
|
||||
regularly.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
`Read the documentation <https://mcu-uuid-common.readthedocs.io/>`_ generated
|
||||
from the docs_ directory.
|
||||
|
||||
.. _docs: docs/
|
||||
|
||||
.. |Build Status| image:: https://travis-ci.org/nomis/mcu-uuid-common.svg?branch=master
|
||||
:target: https://travis-ci.org/nomis/mcu-uuid-common
|
||||
Reference in New Issue
Block a user