Skip to content

Commit a8f37f5

Browse files
authored
Add GPIO28 and 29 to I2C block 0 (#1625)
Waveshare Pico Zero specific change, making it easier to connect I2C peripherials assuming said pins are unused
1 parent 827a921 commit a8f37f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/src/Data/Peripherals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const I2C_BLOCKS = [
22
{
33
label: 'i2c0',
44
value: 0,
5-
pins: { sda: [0, 4, 8, 12, 16, 20], scl: [1, 5, 9, 13, 17, 21] },
5+
pins: { sda: [0, 4, 8, 12, 16, 20, 28], scl: [1, 5, 9, 13, 17, 21, 29] },
66
},
77
{
88
label: 'i2c1',

0 commit comments

Comments
 (0)