Timing expansion: measurements per function (CLAUDE)

This commit is contained in:
Niklas Jensen
2025-12-26 20:19:54 +01:00
parent 27efdbb69d
commit cfc686e984
3 changed files with 58 additions and 7 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class IMU : public SensorBase<IMUAnglesMsg> {
#endif
#if FT_ENABLED(USE_ICM20948)
#if FT_ENABLED(USE_ICM20948_SPIMODE) > 0
SPI_PORT.begin(SPI_SCK, SPI_MISO, SPI_MOSI, -1);
SPI_PORT.begin(SPI_SCK, SPI_MISO, SPI_MOSI, -1); // TODO: Move to global spi start
_imu = (ICM_20948_SPI*)_arg;
#ifndef ICM20948_ALIVE
#define ICM20948_ALIVE