mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 15:31:55 +00:00
* lis2dh 3 axis accelerometer support on SPI and I2C bus * data ready and anymotion type of trigger support Tested on Dynastream module D52QD2M4IA-A using SPI Origin: based on Zephyr lis3dh driver Change-Id: I2c4e9418b87f09c957bba8f73522bd78830bc809 Signed-off-by: Roger Lendenmann <roger.lendenmann@intel.com>
3 lines
82 B
Makefile
3 lines
82 B
Makefile
obj-$(CONFIG_LIS2DH) += lis2dh.o
|
|
obj-$(CONFIG_LIS2DH_TRIGGER) += lis2dh_trigger.o
|