Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement uptimeToString() #1

Open
mister-grumbler opened this issue Dec 9, 2017 · 0 comments
Open

implement uptimeToString() #1

mister-grumbler opened this issue Dec 9, 2017 · 0 comments
Assignees
Labels

Comments

@mister-grumbler
Copy link
Owner

Implementation of
@brief Constructs string that represents current uptime using given format.
@param strBuff
A pointer to a string buffer where the result should be placed.
@param format
Day - D | d, Hour - H | h, Minute - M | m, Second - S | s.
In place of capital letter the actual value will be shown even if this value is zero. The small letter will be replaced by actual value only if this value is non-zero.
Due to the limited display size, only the "." character is allowed as a separator.
Example: "dd.hH.MM" for 00 days, 10 hours and 02 minutes will produce ".10.02" result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant