-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: mpr121 pin setup incorrect #18
Comments
So this is apparently because of the migration to It would be good to make sure that For instance: https://github.com/electro-smith/json2daisy/blob/main/src/json2daisy/templates/daisy.h#L221-L225 |
@dromer thanks for the report. I'll try to slot this into our team's schedule in the next few weeks. |
Any progress on this? Would be nice to have json2daisy setup for the "proper" way to address pins. |
When using a setup like:
We get compile errors like:
Coming from this line in the component defs: https://github.com/electro-smith/json2daisy/blob/main/src/json2daisy/resources/component_defs.json#L558
I wonder if it would make sense to have the i2c setup for the mpr121 sensors more like the other i2c peripherals and delegate this to an i2c parent config.
The text was updated successfully, but these errors were encountered: