├── .gitattributes ├── .gitignore ├── Firmware ├── Arduino │ ├── Combined_Example_A_Simple_Serial_Qwiic_OLED │ │ └── Combined_Example_A_Simple_Serial_Qwiic_OLED.ino │ ├── Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic │ │ ├── Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic.ino │ │ └── icons.h │ └── README.md ├── README.md └── SparkFunLipoFuelGauge │ ├── defs.h │ ├── i2c.h │ ├── main.c │ ├── main.hex │ ├── makefile │ └── types.h ├── Hardware ├── README.md ├── SparkFun_Lipo_Fuel_Gauge.brd └── SparkFun_Lipo_Fuel_Gauge.sch ├── LICENSE.md ├── Production ├── SparkFun_Lipo_Fuel_Gauge-Panel.GBL ├── SparkFun_Lipo_Fuel_Gauge-Panel.GBO ├── SparkFun_Lipo_Fuel_Gauge-Panel.GBP ├── SparkFun_Lipo_Fuel_Gauge-Panel.GBS ├── SparkFun_Lipo_Fuel_Gauge-Panel.GKO ├── SparkFun_Lipo_Fuel_Gauge-Panel.GTL ├── SparkFun_Lipo_Fuel_Gauge-Panel.GTO ├── SparkFun_Lipo_Fuel_Gauge-Panel.GTP ├── SparkFun_Lipo_Fuel_Gauge-Panel.GTS ├── SparkFun_Lipo_Fuel_Gauge-Panel.TXT ├── SparkFun_Lipo_Fuel_Gauge-Panel.brd ├── SparkFun_Lipo_Fuel_Gauge-Panel.zip ├── SparkFun_Lipo_Fuel_Gauge-PanelizerSettings.txt ├── SparkFun_Lipo_Fuel_Gauge.dru └── ordering_instructions.txt └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/.gitignore -------------------------------------------------------------------------------- /Firmware/Arduino/Combined_Example_A_Simple_Serial_Qwiic_OLED/Combined_Example_A_Simple_Serial_Qwiic_OLED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/Arduino/Combined_Example_A_Simple_Serial_Qwiic_OLED/Combined_Example_A_Simple_Serial_Qwiic_OLED.ino -------------------------------------------------------------------------------- /Firmware/Arduino/Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic/Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/Arduino/Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic/Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic.ino -------------------------------------------------------------------------------- /Firmware/Arduino/Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic/icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/Arduino/Combined_Example_B_Simple_Serial_Qwiic_OLED_Battery_Graphic/icons.h -------------------------------------------------------------------------------- /Firmware/Arduino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/Arduino/README.md -------------------------------------------------------------------------------- /Firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/README.md -------------------------------------------------------------------------------- /Firmware/SparkFunLipoFuelGauge/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/SparkFunLipoFuelGauge/defs.h -------------------------------------------------------------------------------- /Firmware/SparkFunLipoFuelGauge/i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/SparkFunLipoFuelGauge/i2c.h -------------------------------------------------------------------------------- /Firmware/SparkFunLipoFuelGauge/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/SparkFunLipoFuelGauge/main.c -------------------------------------------------------------------------------- /Firmware/SparkFunLipoFuelGauge/main.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/SparkFunLipoFuelGauge/main.hex -------------------------------------------------------------------------------- /Firmware/SparkFunLipoFuelGauge/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/SparkFunLipoFuelGauge/makefile -------------------------------------------------------------------------------- /Firmware/SparkFunLipoFuelGauge/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Firmware/SparkFunLipoFuelGauge/types.h -------------------------------------------------------------------------------- /Hardware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Hardware/README.md -------------------------------------------------------------------------------- /Hardware/SparkFun_Lipo_Fuel_Gauge.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Hardware/SparkFun_Lipo_Fuel_Gauge.brd -------------------------------------------------------------------------------- /Hardware/SparkFun_Lipo_Fuel_Gauge.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Hardware/SparkFun_Lipo_Fuel_Gauge.sch -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBL -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBO -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBP -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GBS -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GKO -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTL -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTO -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTP -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.GTS -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.TXT -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.brd -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-Panel.zip -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge-PanelizerSettings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge-PanelizerSettings.txt -------------------------------------------------------------------------------- /Production/SparkFun_Lipo_Fuel_Gauge.dru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/SparkFun_Lipo_Fuel_Gauge.dru -------------------------------------------------------------------------------- /Production/ordering_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/Production/ordering_instructions.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Lipo_Fuel_Gauge/HEAD/README.md --------------------------------------------------------------------------------