add second accelerometer for comparison
Some checks failed
Some checks failed
This commit is contained in:
@ -173,6 +173,12 @@
|
||||
compatible = "bosch,bmx055";
|
||||
reg = <0x18>;
|
||||
};
|
||||
|
||||
lis2dh: lis2dh@19 {
|
||||
// This is built into the DWM1001 module
|
||||
compatible = "st,lis2dh";
|
||||
reg = <0x19>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
Reference in New Issue
Block a user