LibreSolar / bms-firmware

Firmware for LibreSolar BMS boards based on bq769x0, bq769x2 or ISL94202
https://libre.solar/bms-firmware/
Apache License 2.0
146 stars 67 forks source link

bq769x0: Refactor read functions and fix CRC calculation #55

Closed martinjaeger closed 6 months ago

martinjaeger commented 6 months ago

Use the same function for reading bytes and words.

Fixes #53

Testing with hardware still to be done.