Skip to content

Commit

Permalink
v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
battosai30 committed Jan 25, 2023
1 parent 077a23a commit af62250
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Examples/MCP3424_Multichannel/MCP3424_Multichannel.ino
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion MCP342x.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* MCP342x library version 1.9.2
/* MCP342x library version 1.9.3
Writed by B@tto
Contact : batto@hotmail.fr
Expand Down
2 changes: 1 addition & 1 deletion MCP342x.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* MCP342x library version 1.9.2
/* MCP342x library version 1.9.3
Writed by B@tto
Contact : batto@hotmail.fr
Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af62250

Please sign in to comment.