Skip to content

Commit

Permalink
Adds dev types for BMI088 accel and gyro
Browse files Browse the repository at this point in the history
  • Loading branch information
ksschwabe authored and davids5 committed Aug 2, 2019
1 parent c9f41e9 commit 3b804af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/drv_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
#define DRV_GYR_DEVTYPE_ADIS16497 0x64
#define DRV_BARO_DEVTYPE_BAROSIM 0x65
#define DRV_BARO_DEVTYPE_BMP388 0x66
#define DRV_ACC_DEVTYPE_BMI088 0x66
#define DRV_GYR_DEVTYPE_BMI088 0x67

/*
* ioctl() definitions
Expand Down

0 comments on commit 3b804af

Please sign in to comment.