From 879859c6c919777d4dd48cfb57cc2683c2c7c099 Mon Sep 17 00:00:00 2001 From: dario Date: Mon, 30 Sep 2024 10:13:09 +0200 Subject: [PATCH] Removed obsolete methods from mock driver --- src/mock.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/mock.cpp b/src/mock.cpp index eee4990..d0187fe 100644 --- a/src/mock.cpp +++ b/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)