allow multiple emc2101 (#6272)

This commit is contained in:
Samuel Sieb 2024-02-22 18:17:10 -08:00 committed by GitHub
parent a748610071
commit 15af08f6b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,8 @@ CODEOWNERS = ["@ellull"]
DEPENDENCIES = ["i2c"]
MULTI_CONF = True
CONF_PWM = "pwm"
CONF_DIVIDER = "divider"
CONF_DAC = "dac"