Implement Stopwatch (#12623)
commit2792d518d1f8a82ec8da4afc40902cbe23c4d2fd
authorJan Post <post@stud.tu-darmstadt.de>
Fri, 7 Apr 2023 00:16:43 +0000 (7 02:16 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 00:16:43 +0000 (7 10:16 +1000)
tree4cb0aa92ab70c4f316f4c305e24dfb1bf64305be
parent29ef811fa275a51b54de0b95a57e38af2cf39d3f
Implement Stopwatch (#12623)

* Implement stopwatch to measure time periods

* Add float version of stopwatchGetMicros()
make/source.mk
src/main/common/stopwatch.c [new file with mode: 0644]
src/main/common/stopwatch.h [new file with mode: 0644]
src/main/drivers/system.c
src/main/drivers/system.h