summaryrefslogtreecommitdiff
path: root/src/drivers/Bma421.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-24src: Enable unused parameter warningRiku Isokoski1-1/+1
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-0/+2
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-4/+10
2021-11-15Move up file header include to topReinhold Gschweicher1-1/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-2/+2
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-0/+9
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants1-2/+0
2021-04-24Reformatted all the files according to clang-format styleAvamander1-13/+22
2021-04-100.16.0 TWI problems fixJoaquim1-1/+1
2021-04-08TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases ...Jean-François Milants1-5/+10
2021-04-04Reset the step count every day at midnight.Jean-François Milants1-0/+4
2021-04-04Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants1-9/+14
2021-04-04Code cleaning in BMA421 driver. Do the axis inversion in the driver and not i...Jean-François Milants1-48/+28
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-0/+122