Small lightweight library to handle unix and human readable time.
This library is a lightweight time.h std library replacement to change between the unix time and a human readable structure inspired from the time.h tm structure.
- C Unity Tests
- GNU Make v4.3
- gcc v13.3.0
- Codecov
- LCOV version 2.0-1
Include the tinytime directory into your project. The header file is located in the inc directory. The source file is located in the src direcotry. There are no additional installation necessary.
To handle times in a MCU without the recourse intensive time.h library. It is used to handle unix time and human readable time in an efficient way.
Distributed under the GNU general public license. See LICENSE for more information.
Adrian STEINER (adi.steiner@hotmail.ch)