a-smiggle / ruuvitag_fw_zephyr

Ruuvitag FW using Zephyr OS
MIT License
10 stars 5 forks source link

LIS2DH12 Interrupt Not Working #5

Open theBASTI0N opened 3 years ago

theBASTI0N commented 3 years ago

The current driver for the LIS2DH doesn't seem to work perfectly with the lis2dh12 using SPI.

The interrupt seems to be usuable for data ready signals which is not useful as this interrupt is continous.

A new driver should be created for the lis2dh12 for more specific control.