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 + } 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 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_ **/