Hello,
I have a basic question about the BQ27425: what sort of interface are we talking about, in terms of how can we send to and receive from the device?
http://www.ti.com/product/bq27425-g1
If it means anything to anyone, we are using I2C SMBUS to facilitate much of the communication with the devices. We include an "i2c-dev.h" header with tag: "$Id: i2c-dev.h 5361 2008-10-19 09:47:02Z khali $", so it's a little dated. Not sure if it's maintained or there's a more recent version.
For this post, I need a little guidance how to talk to the gauge. We can write individual bytes, but is more geared to talk to a bus address using a command register byte followed by some data, usually one byte for a register, sometimes a word for a 2-byte register, type thing.
Thank you...
Regards,
Michael Powell