This group defines all used Inter-Integrated Circuit (I2C) interfaces.
Each I2C interface is a sub group with the I2C name as the group name.
"I2C": {
"dac_i2c": {
"pad_scl": "PA5",
"pad_sda": "PA6",
"peripheral" : "I2C0",
"role": "master",
"address_bits": "7",
"clock_max_frequency": "100 kHz",
}
}
Serial Clock.
type: String
serial data signal.
type: String
name of the I2C peripheral to use.
type: String
Describes the role in the communication. Possible values are:
type: enum
7bit Address or 10 bit Address
fastest speed (shotest bit time) to use on the SCL line.