add BQ27220

This commit is contained in:
mverch67
2025-07-02 09:16:45 +02:00
parent 11f5a7ea71
commit 912f496ce8
4 changed files with 28 additions and 5 deletions

View File

@@ -21,3 +21,4 @@ lib_deps =
https://github.com/ZinggJM/GxEPD2/archive/refs/tags/1.6.4.zip
https://github.com/CIRCUITSTATE/CSE_Touch/archive/b44f23b6f870b848f1fbe453c190879bc6cfaafa.zip
https://github.com/CIRCUITSTATE/CSE_CST328/archive/refs/tags/v0.0.4.zip
https://github.com/mverch67/BQ27220/archive/9249016527c19bea5ab38351c7d0f1ffe4c19dd9.zip

View File

@@ -61,6 +61,11 @@
#define HAS_PPM 1
#define XPOWERS_CHIP_BQ25896
// battery quality management BQ27220
#define HAS_BQ27220 1
#define BQ27220_I2C_SDA SDA
#define BQ27220_I2C_SCL SCL
// LoRa
#define USE_SX1262
#define USE_SX1268