Skip to content

Commit

Permalink
Merge pull request #11 from Infineon/develop
Browse files Browse the repository at this point in the history
Updated vBatGain
  • Loading branch information
jaenrig-ifx authored Sep 9, 2021
2 parents 59c26df + 9dc2db0 commit 37ce95d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=High-Side-Switch
version=0.1.2
version=0.1.3
author=Infineon Technologies
maintainer=Infineon Technologies <www.infineon.com>
sentence=C++ library for the PROFET+2 12V
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
includes=hss-board-arduino.hpp
4 changes: 2 additions & 2 deletions src/corelib/hss-board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_ **/
#endif /** HSS_BOARD_HPP_ **/

0 comments on commit 37ce95d

Please sign in to comment.