├── Makefile ├── README ├── README.eeprom ├── battery.sh ├── bq2040_capacity.c ├── eeprom.c ├── help.txt ├── read_batt.c ├── reset-bq2040.c ├── reset-bq2092.c └── schematic.txt /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/README -------------------------------------------------------------------------------- /README.eeprom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/README.eeprom -------------------------------------------------------------------------------- /battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/battery.sh -------------------------------------------------------------------------------- /bq2040_capacity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/bq2040_capacity.c -------------------------------------------------------------------------------- /eeprom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/eeprom.c -------------------------------------------------------------------------------- /help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/help.txt -------------------------------------------------------------------------------- /read_batt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/read_batt.c -------------------------------------------------------------------------------- /reset-bq2040.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/reset-bq2040.c -------------------------------------------------------------------------------- /reset-bq2092.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/reset-bq2092.c -------------------------------------------------------------------------------- /schematic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otofoto/Reset-BQ20xx/HEAD/schematic.txt --------------------------------------------------------------------------------