mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-bmi088.git
synced 2025-06-10 18:45:59 +00:00
Removed obsolete methods from mock driver
This commit is contained in:
parent
1fbffb1fee
commit
879859c6c9
10
src/mock.cpp
10
src/mock.cpp
@ -43,11 +43,6 @@ namespace sta
|
||||
|
||||
}
|
||||
|
||||
void BMI088::getRawRotation(uint16_t* x, uint16_t* y, uint16_t* z)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void BMI088::getRotation(float* x, float* y, float* z)
|
||||
{
|
||||
float omegas[3];
|
||||
@ -72,11 +67,6 @@ namespace sta
|
||||
void BMI088::setAccelerometerBandwidth(AccelBandwidth bandwidth, AccelODR odr)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void BMI088::getRawAcceleration(uint16_t* x, uint16_t* y, uint16_t* z)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void BMI088::getAcceleration(float* x, float* y, float* z)
|
||||
|
Loading…
x
Reference in New Issue
Block a user