Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/drivers/drv_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@

#define DRV_IMU_DEVTYPE_LSM303D 0x11

#define DRV_IMU_DEVTYPE_ANELLO_X3_MAG 0x10
#define DRV_IMU_DEVTYPE_ANELLO_X3 0x12
#define DRV_IMU_DEVTYPE_ANELLO_X3_OG 0x13

#define DRV_IMU_DEVTYPE_SIM 0x14
#define DRV_DIFF_PRESS_DEVTYPE_SIM 0x15
#define DRV_FLOW_DEVTYPE_SIM 0x16
Expand Down
3 changes: 3 additions & 0 deletions src/drivers/imu/anello/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
menu "Anello"
rsource "*/Kconfig"
endmenu
Loading
Loading