From a7743eff1722d6e6271e86a83fa4692f3920f3dc Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 7 Apr 2022 13:03:57 +0800 Subject: [PATCH] Add HUSB238Driver library (#1272) HUSB238Driver is a new library that allows ESP32 users to communicate with the new power chip HUSB238 via the I2C bus. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index a3258b02..d1269021 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4794,3 +4794,4 @@ https://github.com/chrmlinux/ArreyExt https://github.com/chrmlinux/ArrayExt https://github.com/Pixelbo/Pelco_And_Arduino https://github.com/sitronlabs/SitronLabs_OPT3001_Arduino_Library +https://github.com/luoluomeng/HUSB238Driver