From 2da7ce4607ee2292e225962667a068f8af8a2665 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Fri, 12 Aug 2022 17:24:49 +0200 Subject: [PATCH] Update xyzFloat.cpp --- src/xyzFloat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xyzFloat.cpp b/src/xyzFloat.cpp index c016893..7cf0d86 100644 --- a/src/xyzFloat.cpp +++ b/src/xyzFloat.cpp @@ -1,5 +1,5 @@ /* defines the structure xyzFloat which is used for gyroscopes, accelerometers and - magnetometers such as ICM209468, MPU9250, ADXL345, etc. */ + magnetometers such as ICM20948, MPU9250, ADXL345, etc. */ #include "xyzFloat.h"