Sub-issue of #78.
Context
The BQ27441 has a BQ27441_CONTROL_RESET (0x41) control command that performs a full hardware reset of the fuel gauge, distinct from soft_reset() (0x42) which only triggers a resimulation. The constant exists in const.py but no public reset() method exposes it.
TODO
Reference
- BQ27441-G1 Technical Reference: Control() subcommands RESET (0x0041) vs SOFT_RESET (0x0042)
Sub-issue of #78.
Context
The BQ27441 has a
BQ27441_CONTROL_RESET(0x41) control command that performs a full hardware reset of the fuel gauge, distinct fromsoft_reset()(0x42) which only triggers a resimulation. The constant exists inconst.pybut no publicreset()method exposes it.TODO
reset()method usingexecute_control_word(BQ27441_CONTROL_RESET)reset()andsoft_reset()in the driverReference