From 8231183db5a64e0a5c515efed95784cd4e85c898 Mon Sep 17 00:00:00 2001 From: Preveen P <31464911+preveen-stack@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:24:12 +0530 Subject: [PATCH] Corrected Typo in Adafruit_LSM9DS1.h Corrected Typo in header file Fixes #23 --- Adafruit_LSM9DS1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_LSM9DS1.h b/Adafruit_LSM9DS1.h index 5c3a75f..2449b51 100644 --- a/Adafruit_LSM9DS1.h +++ b/Adafruit_LSM9DS1.h @@ -1,5 +1,5 @@ /*************************************************************************** - This is a library for the LSM9DS1 Accelerometer and magnentometer/compass + This is a library for the LSM9DS1 Accelerometer and magnetometer/compass Designed specifically to work with the Adafruit LSM9DS1 Breakouts