-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I've called the function every way possible but I can't seem to turn off either FET.
bms.set_0xE1_mosfet_control(false,false); // My understanding is that this call should disable both FETs, but it doesn't
bms.set_0xE1_mosfet_control(false, true); // My understanding is that this call should disable the charge FET, but it doesn't
bms.set_0xE1_mosfet_control(true, false); // My understanding is that this call should disable the discharge FET, but it doesn't
bms.set_0xE1_mosfet_control(true, true); // My understanding is that this call should enable both FETs, but since I was never able to disable the FETs, I don't know if this actually turns them on
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels