blob: 8a4dfc27ce4e75d9a544ea41bdd9eb709735ec9d [file] [log] [blame]
edition = "2023";
package milotic_tlbmc;
message I2cCommonConfig {
// The i2c logical bus number.
uint64 bus = 1;
// The i2c device address.
uint64 address = 2;
}