From af62250f24559cd6476944ed424d98226d03d4b9 Mon Sep 17 00:00:00 2001 From: battosai30 Date: Wed, 25 Jan 2023 09:29:26 +0100 Subject: [PATCH] v1.9.3 --- Examples/MCP3424_Multichannel/MCP3424_Multichannel.ino | 2 +- .../MCP3424_OneShotConversion/MCP3424_OneShotConversion.ino | 2 +- MCP342x.cpp | 2 +- MCP342x.h | 2 +- Readme.md | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Examples/MCP3424_Multichannel/MCP3424_Multichannel.ino b/Examples/MCP3424_Multichannel/MCP3424_Multichannel.ino index e5bfca1..08c6391 100644 --- a/Examples/MCP3424_Multichannel/MCP3424_Multichannel.ino +++ b/Examples/MCP3424_Multichannel/MCP3424_Multichannel.ino @@ -1,4 +1,4 @@ -/* MCP 3424 version 1.9.2 example sketch Multichannel +/* MCP 3424 version 1.9.3 example sketch Multichannel Written by B@tto Contact : batto@hotmail.fr diff --git a/Examples/MCP3424_OneShotConversion/MCP3424_OneShotConversion.ino b/Examples/MCP3424_OneShotConversion/MCP3424_OneShotConversion.ino index dcf9ee0..a786b98 100644 --- a/Examples/MCP3424_OneShotConversion/MCP3424_OneShotConversion.ino +++ b/Examples/MCP3424_OneShotConversion/MCP3424_OneShotConversion.ino @@ -1,4 +1,4 @@ -/* MCP 3424 version 1.9.2 example sketch OneShotConversion +/* MCP 3424 version 1.9.3 example sketch OneShotConversion Written by B@tto Contact : batto@hotmail.fr diff --git a/MCP342x.cpp b/MCP342x.cpp index 2599ec8..cd54cfe 100644 --- a/MCP342x.cpp +++ b/MCP342x.cpp @@ -1,4 +1,4 @@ -/* MCP342x library version 1.9.2 +/* MCP342x library version 1.9.3 Writed by B@tto Contact : batto@hotmail.fr diff --git a/MCP342x.h b/MCP342x.h index 768bc1e..f87fe0a 100644 --- a/MCP342x.h +++ b/MCP342x.h @@ -1,4 +1,4 @@ -/* MCP342x library version 1.9.2 +/* MCP342x library version 1.9.3 Writed by B@tto Contact : batto@hotmail.fr diff --git a/Readme.md b/Readme.md index 4a6ca90..c9dbe83 100644 --- a/Readme.md +++ b/Readme.md @@ -6,12 +6,12 @@ Contact: batto@hotmail.fr ### Current version ### -1.9.2 +1.9.3 ## History ## -- 1.9.2 25/01/2023 : revert back about typedef enum etc ... Caused issues on ESP32 -- 1.9.1 06/04/2022 : add some constrain in setConfiguration() to avoid out of index crashes, and add a getAddress() function to get i2c computed real address +- 1.9.3 25/01/2023 : revert back about typedef enum etc ... Caused issues on ESP32 +- 1.92 06/04/2022 : add some constrain in setConfiguration() to avoid out of index crashes, and add a getAddress() function to get i2c computed real address - 1.9 27/08/2021 : changed CHANNELS to byte type in setConfiguration() - 1.8 26/02/2019 : correction for 16-bit platform (bad bit shifting during 18-bits acquisition) - 1.7 25/07/2019 : support on MCP3421 confirmed, changed to MCP342x. Update examples