We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827a921 commit a8f37f5Copy full SHA for a8f37f5
1 file changed
www/src/Data/Peripherals.ts
@@ -2,7 +2,7 @@ export const I2C_BLOCKS = [
2
{
3
label: 'i2c0',
4
value: 0,
5
- pins: { sda: [0, 4, 8, 12, 16, 20], scl: [1, 5, 9, 13, 17, 21] },
+ pins: { sda: [0, 4, 8, 12, 16, 20, 28], scl: [1, 5, 9, 13, 17, 21, 29] },
6
},
7
8
label: 'i2c1',
0 commit comments