pinout.vvzero.com/overlay/i2c.json

27 lines
399 B
JSON

{
"name": "I2C",
"description": "Raspberry Pi i2c pins",
"pin": {
"3": {
"name": "Data",
"direction": "both",
"active": "high"
},
"5": {
"name": "Clock",
"direction": "both",
"active": "high"
},
"27": {
"name": "EEPROM Data",
"direction": "both",
"active": "high"
},
"28": {
"name": "EEPROM Clock",
"direction": "both",
"active": "high"
}
}
}