Change I2C SDA and SCL pin of Arduino and Trinket M0

Hi, @ak474849
Welcome to the froum.

Are you aware that I2C consists of basically a master controller and slaves?

What ever controller you use as the master, even with more than one I2C bus, it can only communicate with one I2C bus at a time.

Having one I2C bus will not have crashes as the master will be addressing each slave on the I2C bus in turn.
If the Trinkets all get readings from the same Uno, then you will have to make the UNO the master and each Trinket the slave.

What is your application, what data is being collected by the UNO and disseminated to each Trinket?
How long is the I2C link (cm)?
What does each Trinket do with the data it receives?
Please read the post at the start of any forum , entitled "How to use this Forum".

Thanks.. Tom... :grinning: :+1: :coffee: :australia: