You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: