InfiniTime/src/drivers
2021-06-06 15:56:03 +02:00
..
Bma421_C First integration of the motion sensor (bma 421) : step counting + wake on wrist rotation + app to see the value of the 3 axis in "real time". 2021-04-04 15:56:04 +02:00
Bma421.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
Bma421.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
BufferProvider.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Cst816s.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Cst816s.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
DebugPins.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
DebugPins.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Hrs3300.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Hrs3300.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
InternalFlash.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
InternalFlash.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Spi.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Spi.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SpiMaster.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SpiMaster.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
SpiNorFlash.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SpiNorFlash.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
St7789.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
St7789.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
TwiMaster.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
TwiMaster.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Watchdog.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Watchdog.h Changed access modified indentation 2021-04-24 12:00:45 +03:00