Add XPowersLib

This commit is contained in:
Stefan Thoss
2023-12-21 21:02:44 -08:00
parent 89adb157fa
commit a477785a34

View File

@@ -34,7 +34,7 @@ def to_code(config):
yield cg.register_component(var, config)
yield i2c.register_i2c_device(var, config)
# cg.add_library("lewisxhe/XPowersLib", "0.2.1")
cg.add_library("lewisxhe/XPowersLib", "0.2.1")
cg.add(var.set_model(config[CONF_MODEL]))