I am attempting to use the LIS3DH in SPI mode The data coming back is always the same regardless of orientation of the device I have tired 2 devices and they are both behaving the same
I am bit-banging since my CPU doesn't have native SPI compatible with the LIS3DH.To initialize the chip, I write:0x57 to Control Register 1 (DATARATE_100HZ, XYZEN) {see pic CR1Write.jpg}0x80 to Control Register 4 (BLOCKDATAUPDATE, SCALE_2G) { see pic...