Hi.
I have such a library for reading MAX17043:
I would like to modify two things in it.
Firstly to add units (% V) to the measurement results
and additionally to format the voltage so that it is with one decimal place, currently the voltage measurement result is in such a form: 4132
Will you guide me on how to do this?
I have such a library for reading MAX17043:
Code: C / C++
I would like to modify two things in it.
Firstly to add units (% V) to the measurement results
and additionally to format the voltage so that it is with one decimal place, currently the voltage measurement result is in such a form: 4132
Will you guide me on how to do this?