aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/stopwatch/StopWatchController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* length of lap list adapting to available spacecodingjourney2025-11-041-1/+1
|
* upper bound for elapsed timecodingjourney2025-11-041-2/+3
|
* upper bound for lap numberscodingjourney2025-11-041-1/+1
|
* improved naming of lap-related fields and methodscodingjourney2025-11-041-13/+13
|
* lap storage as CircularBuffer, minor fixescodingjourney2025-11-041-14/+5
|
* minor fixes:codingjourney2025-11-041-32/+11
| | | | | | | | | * more consistent function names * lapCapacity as constexpr * LastLap returns std::optional * simplified handling of TickType_t values * removed unused methods * minor fix in lap rendering
* StopWatch: add persistenceJan Hustak2025-11-041-0/+101
# Conflicts: # src/displayapp/screens/StopWatch.h