mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-bmi088.git
synced 2025-06-13 03:35: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)
|
void BMI088::getRotation(float* x, float* y, float* z)
|
||||||
{
|
{
|
||||||
float omegas[3];
|
float omegas[3];
|
||||||
@ -74,11 +69,6 @@ namespace sta
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BMI088::getRawAcceleration(uint16_t* x, uint16_t* y, uint16_t* z)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void BMI088::getAcceleration(float* x, float* y, float* z)
|
void BMI088::getAcceleration(float* x, float* y, float* z)
|
||||||
{
|
{
|
||||||
float acc[3];
|
float acc[3];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user