Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 4 | -769/+0 |
* | lis2dw: add low power / low noise mode | Joey Castillo | 2022-01-09 | 2 | -0/+30 |
* | set correct registers for range and rate | Joey Castillo | 2022-01-09 | 1 | -4/+4 |
* | use lowest power LP mode | Joey Castillo | 2022-01-09 | 1 | -1/+1 |
* | start in low power mode | Joey Castillo | 2022-01-09 | 1 | -6/+2 |
* | remove unused enums | Joey Castillo | 2022-01-09 | 1 | -23/+0 |
* | add driver, test app for LIS2DW accelerometer | Joey Castillo | 2022-01-08 | 2 | -0/+401 |
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 2 | -16/+16 |
* | lis2dh: add support for interrupt latching (stays active until cleared) | Joey Castillo | 2021-12-01 | 2 | -4/+8 |
* | lis2dh driver: add support for int2 pin | Joey Castillo | 2021-11-30 | 2 | -0/+20 |
* | lis2dh driver: add basic interrupt functionality | Joey Castillo | 2021-11-30 | 2 | -0/+38 |
* | lis2dh driver: make the implicit explicit | Joey Castillo | 2021-11-30 | 1 | -2/+2 |
* | add LIS2DH accelerometer driver, test app | Joey Castillo | 2021-11-27 | 2 | -0/+303 |