From 19fe865d59b1b280a9bfb5eeaa062413cdce7139 Mon Sep 17 00:00:00 2001 From: David Such Date: Wed, 9 Aug 2023 17:16:39 +1000 Subject: [PATCH] v1.1.0 Updated Serial messaging --- library.properties | 4 ++-- src/Reefwing_xIMU3.cpp | 3 ++- src/Reefwing_xIMU3.h | 3 ++- src/xIMU3_Types.h | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/library.properties b/library.properties index a721299..6a5bafb 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=Reefwing_xIMU3 -version=1.0.0 +version=1.1.0 author=David Such maintainer=David Such sentence=Arduino Library for the xIMU3 GUI. -paragraph=Visualisation of IMU data. +paragraph=Visualisation of IMU data using the xio xIMU3 GUI app. category=Sensors url=https://github.com/Reefwing-Software/Reefwing-xIMU3.git architectures=* diff --git a/src/Reefwing_xIMU3.cpp b/src/Reefwing_xIMU3.cpp index c81e6bc..55a7341 100644 --- a/src/Reefwing_xIMU3.cpp +++ b/src/Reefwing_xIMU3.cpp @@ -5,10 +5,11 @@ @copyright Please see the accompanying LICENSE file Code: David Such - Version: 1.0.0 + Version: 1.1.0 Date: 13/04/23 1.0.0 Original Release. 13/04/23 + 1.1.0 Updated Serial Msg 09/08/23 Credit - Derived from the x-IMU-Arduino-Example by Seb Madgwick (https://github.com/xioTechnologies/x-IMU-Arduino-Example) diff --git a/src/Reefwing_xIMU3.h b/src/Reefwing_xIMU3.h index fbe19d2..d642efa 100644 --- a/src/Reefwing_xIMU3.h +++ b/src/Reefwing_xIMU3.h @@ -5,10 +5,11 @@ @copyright Please see the accompanying LICENSE file Code: David Such - Version: 1.0.0 + Version: 1.1.0 Date: 13/04/23 1.0.0 Original Release. 13/04/23 + 1.1.0 Updated Serial Msg 09/08/23 Credit - Derived from the x-IMU-Arduino-Example by Seb Madgwick (https://github.com/xioTechnologies/x-IMU-Arduino-Example) diff --git a/src/xIMU3_Types.h b/src/xIMU3_Types.h index d55d78b..d9cdd71 100644 --- a/src/xIMU3_Types.h +++ b/src/xIMU3_Types.h @@ -5,10 +5,11 @@ @copyright Please see the accompanying LICENSE file Code: David Such - Version: 1.0.0 + Version: 1.1.0 Date: 13/04/23 1.0.0 Original Release. 13/04/23 + 1.1.0 Updated Serial Msg 09/08/23 Credit - Derived from the x-IMU-Arduino-Example by Seb Madgwick (https://github.com/xioTechnologies/x-IMU-Arduino-Example)