From 6db991a6f07cff3d77e102bb273955acb7ca02c6 Mon Sep 17 00:00:00 2001 From: Kilian Date: Mon, 30 Aug 2021 15:15:26 +0200 Subject: [PATCH 1/3] Reset vBatGain calibration --- src/corelib/hss-board.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/hss-board.hpp b/src/corelib/hss-board.hpp index 7141a66..e4a1306 100644 --- a/src/corelib/hss-board.hpp +++ b/src/corelib/hss-board.hpp @@ -69,10 +69,10 @@ class HssBoard : Hss AnalogDigitalConverter *pushButtonAnalog; AnalogDigitalConverter *vBat; - const float vBatGain = 1.045; + const float vBatGain = 1.0; const float vBatOffset = 0.0; }; /** @} */ -#endif /** HSS_BOARD_HPP_ **/ \ No newline at end of file +#endif /** HSS_BOARD_HPP_ **/ From 0303f481a212c090b7480c2129e92ffc32df1fc8 Mon Sep 17 00:00:00 2001 From: Kilian Date: Thu, 9 Sep 2021 12:50:48 +0200 Subject: [PATCH 2/3] Increase version number --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 649b4ce..6d6a7b8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=High-Side-Switch -version=0.1.2 +version=0.1.3 author=Infineon Technologies maintainer=Infineon Technologies sentence=C++ library for the PROFET+2 12V @@ -7,4 +7,4 @@ paragraph=C++ library for the PROFET+2 12V supporting the Arduino form factor category=Evaluation Board url=https://github.com/Infineon/high-side-switch architectures=* -includes=hss-board-arduino.hpp \ No newline at end of file +includes=hss-board-arduino.hpp From ecea41140b66b3fa9426b9cbf9a154728ef69659 Mon Sep 17 00:00:00 2001 From: Kilian Date: Thu, 9 Sep 2021 12:51:17 +0200 Subject: [PATCH 3/3] Increase version number --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 019ceb4..b5368f8 100644 --- a/library.json +++ b/library.json @@ -7,11 +7,11 @@ "url":"https://github.com/Infineon/high-side-switch", "branch":"master" }, - "version":"0.1.2", + "version":"0.1.3", "license":"MIT", "frameworks":"arduino", "platforms":[ "infineonxmc", "atmelavr" ] - } \ No newline at end of file + }