InfiniTime/src/heartratetask
2021-06-12 10:58:28 +02:00
..
HeartRateTask.cpp Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. 2021-06-12 10:58:28 +02:00
HeartRateTask.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00