InfiniTime/src/systemtask
2021-08-01 21:19:33 +03:00
..
Messages.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
SystemMonitor.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SystemTask.cpp Remove leftover 2021-08-01 21:19:33 +03:00
SystemTask.h Dim screen before sleep (#464) 2021-07-24 20:29:10 +02:00