summaryrefslogtreecommitdiffstats
path: root/watch-library/driver
Commit message (Expand)AuthorAgeFilesLines
* lis2dw: add low power / low noise modeJoey Castillo2022-01-092-0/+30
* set correct registers for range and rateJoey Castillo2022-01-091-4/+4
* use lowest power LP modeJoey Castillo2022-01-091-1/+1
* start in low power modeJoey Castillo2022-01-091-6/+2
* remove unused enumsJoey Castillo2022-01-091-23/+0
* add driver, test app for LIS2DW accelerometerJoey Castillo2022-01-082-0/+401
* fix missing prototype warningsJoey Castillo2021-12-102-16/+16
* lis2dh: add support for interrupt latching (stays active until cleared)Joey Castillo2021-12-012-4/+8
* lis2dh driver: add support for int2 pinJoey Castillo2021-11-302-0/+20
* lis2dh driver: add basic interrupt functionalityJoey Castillo2021-11-302-0/+38
* lis2dh driver: make the implicit explicitJoey Castillo2021-11-301-2/+2
* add LIS2DH accelerometer driver, test appJoey Castillo2021-11-272-0/+303