This website requires JavaScript.
Explore
Help
Sign In
scott
/
InfiniTime
Watch
1
Star
0
Fork
You've already forked InfiniTime
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
60a49af886
InfiniTime
/
src
/
components
/
heartrate
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
..
Biquad.cpp
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00
Biquad.h
Changed access modified indentation
2021-04-24 12:00:45 +03:00
HeartRateController.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
HeartRateController.h
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
Ppg.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
Ppg.h
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
Ptagc.cpp
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00
Ptagc.h
Changed access modified indentation
2021-04-24 12:00:45 +03:00