mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-bmi088.git
synced 2025-09-29 00:37:33 +00:00
Resolved merge conflict
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#ifndef STA_DRIVERS_BMI088_HPP
|
#ifndef STA_DRIVERS_BMI088_HPP
|
||||||
#define STA_DRIVERS_BMI088_HPP
|
#define STA_DRIVERS_BMI088_HPP
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
//#include <sta/devices/stm32/bus/spi.hpp>
|
//#include <sta/devices/stm32/bus/spi.hpp>
|
||||||
//#include <sta/devices/stm32/bus/i2c.hpp>
|
//#include <sta/devices/stm32/bus/i2c.hpp>
|
||||||
@@ -9,6 +10,9 @@
|
|||||||
=======
|
=======
|
||||||
#include <sta/bus/spi/device.hpp>
|
#include <sta/bus/spi/device.hpp>
|
||||||
>>>>>>> 2e8b075 (Added mock driver; renamed enums and fixed a bug)
|
>>>>>>> 2e8b075 (Added mock driver; renamed enums and fixed a bug)
|
||||||
|
=======
|
||||||
|
#include <sta/bus/spi/device.hpp>
|
||||||
|
>>>>>>> 86456b898b23d4c97f2314301d4924bb93e7a2d2
|
||||||
|
|
||||||
#include <sta/drivers/bmi088_defs.hpp>
|
#include <sta/drivers/bmi088_defs.hpp>
|
||||||
|
|
||||||
@@ -23,6 +27,7 @@ namespace sta
|
|||||||
SUSPEND = 0x80,
|
SUSPEND = 0x80,
|
||||||
DEEP_SUSPEND = 0x20
|
DEEP_SUSPEND = 0x20
|
||||||
};
|
};
|
||||||
|
|
||||||
enum GyroRange
|
enum GyroRange
|
||||||
{
|
{
|
||||||
_2000 = 0x00,
|
_2000 = 0x00,
|
||||||
@@ -31,6 +36,7 @@ namespace sta
|
|||||||
_250 = 0x03,
|
_250 = 0x03,
|
||||||
_125 = 0x04
|
_125 = 0x04
|
||||||
};
|
};
|
||||||
|
|
||||||
enum GyroBandwidth
|
enum GyroBandwidth
|
||||||
{
|
{
|
||||||
_2000_532 = 0x00,
|
_2000_532 = 0x00,
|
||||||
|
Reference in New Issue
Block a user