Skip to content
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

TcMenuDesigner: Allow users to define multiple I2C buses via UI #290

Open
vzahradnik opened this issue Jan 22, 2023 · 1 comment
Open

TcMenuDesigner: Allow users to define multiple I2C buses via UI #290

vzahradnik opened this issue Jan 22, 2023 · 1 comment
Assignees
Labels
arduino generator-ui Issues in Generator UI xml-plugin Anything to do with XML plugins
Milestone

Comments

@vzahradnik
Copy link
Collaborator

Currently, the TcMenuDesigner supports configuring devices (defining addresses) on a single I2C bus. However, some devices may have multiple buses.

The code to support multiple busses is already in the library. Users can optionally supply a pointer to Wire object (WireType). This needs, however, manual initialization of the components. Support directly in the designer would be great.

Thanks!

@davetcc davetcc self-assigned this Jan 23, 2023
@davetcc davetcc added generator-ui Issues in Generator UI arduino xml-plugin Anything to do with XML plugins labels Jan 23, 2023
@davetcc davetcc modified the milestones: 3.1.0, 3.2.0 Jan 23, 2023
@davetcc
Copy link
Collaborator

davetcc commented Jan 24, 2023

Need to get 3.1 out quickly, there is a critical bug in adafruit support that is affecting all live users. Moved to 3.2

@davetcc davetcc removed this from the 3.2.0 milestone Mar 18, 2023
@davetcc davetcc added this to the 4.3 milestone Feb 7, 2024
@davetcc davetcc modified the milestones: 4.3.x, 4.4 Aug 31, 2024
@davetcc davetcc modified the milestones: 4.3.1, 4.4 Sep 8, 2024
@davetcc davetcc modified the milestones: 4.4, 4.5 Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino generator-ui Issues in Generator UI xml-plugin Anything to do with XML plugins
Projects
None yet
Development

No branches or pull requests

2 participants