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.
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!