InfiniTime/src/drivers
2022-08-15 13:18:23 +02:00
..
Bma421_C Fix various typos 2022-06-05 09:31:23 +03:00
Bma421.cpp Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
Bma421.h Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
BufferProvider.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Cst816s.cpp Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
Cst816s.h Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
DebugPins.cpp Replace C-style casts with static_cast 2022-06-05 09:15:46 +03:00
DebugPins.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Hrs3300.cpp Merge pull request #531 from hatmajster/heart-rate-gain-setting 2022-01-26 21:44:23 +01:00
Hrs3300.h changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden cast when using it 2021-12-13 12:47:52 +02:00
InternalFlash.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
InternalFlash.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
PinMap.h Add basic hardware configuration options for P8 2022-06-27 08:28:48 +03:00
Spi.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Spi.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
SpiMaster.cpp Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
SpiMaster.h 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
SpiNorFlash.cpp Replace C-style casts with static_cast 2022-06-05 09:15:46 +03:00
SpiNorFlash.h SpiNorFlash: use C++ style struct in C++ only header 2022-04-24 19:07:46 +03:00
St7789.cpp Add P8B mirrored version definition. 2022-08-15 13:18:23 +02:00
St7789.h Remove lcd from DisplayApp 2022-05-08 13:12:37 +02:00
TwiMaster.cpp Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
TwiMaster.h Simplify parameters and cleanup 2021-08-16 18:26:10 +03:00
Watchdog.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Watchdog.h Changed access modified indentation 2021-04-24 12:00:45 +03:00