summaryrefslogtreecommitdiff
path: root/src/drivers/Hrs3300.cpp
AgeCommit message (Collapse)Author
2022-01-26Merge pull request #531 from hatmajster/heart-rate-gain-settingJF
Heart rate sensor - HRS gain changed to x8
2022-01-25Hrs3300: changed default gain to x8hatmajster
2021-12-13changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ↵Yehoshua Pesach Wallach
cast when using it
2021-12-13order ReadHrs, ReadAls bitwise according to bit orderingYehoshua Pesach Wallach
2021-11-15Move up file header include to topReinhold Gschweicher
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-02-12eliminated warnings in Hrs3300Niall Cooling
2021-01-17Add License/copyright info in HR related files.Jean-François Milants
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants