This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This file implements code to read data from and set data for | |
* TI-make BQ27441 battery fuel gauge. Data to be set include | |
* "Design Capacity", "Termination Voltage" etc. Data to be read | |
* include "Voltage", "Current", "Temperature", "SOC", etc. | |
*/ | |
var i2c = I2C1; |