mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
set VEmpty to 3v
This commit is contained in:
@@ -61,7 +61,7 @@ constexpr uint16_t voltageToReg(float voltage) {
|
||||
}
|
||||
static constexpr uint16_t DesignCap = mahToCap(DesignCapMah);
|
||||
static constexpr uint16_t IchgTerm = currentToReg(25);
|
||||
static constexpr uint16_t VEmpty = 0xA561; // (3.3V/3.88V)
|
||||
static constexpr uint16_t VEmpty = 0b1001011001100001; // (3V/3.88V)
|
||||
static constexpr uint16_t dQAcc = (DesignCap / 32);
|
||||
|
||||
BatMon::BatMon() {
|
||||
|
||||
Reference in New Issue
Block a user