This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
InfiniTime
Watch
1
Star
0
Fork
0
You've already forked InfiniTime
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
b1925ff28638dd4b8400c4d0c49d796d8990b1af
InfiniTime
/
src
/
heartratetask
History
Jean-François Milants
7f9cc51b05
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-06-06 15:56:03 +02:00
..
HeartRateTask.cpp
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-06-06 15:56:03 +02:00
HeartRateTask.h
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00