Skip to content

Commit 073862e

Browse files
aykevldeadprogram
authored andcommitted
fe310: add I2C pins for the HiFive1b
1 parent c820d83 commit 073862e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/machine/board_fe310.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const (
1515
P09 Pin = 9
1616
P10 Pin = 10
1717
P11 Pin = 11
18-
P12 Pin = 12
19-
P13 Pin = 13
18+
P12 Pin = 12 // peripherals: I2C0 SDA
19+
P13 Pin = 13 // peripherals: I2C0 SCL
2020
P14 Pin = 14
2121
P15 Pin = 15
2222
P16 Pin = 16

0 commit comments

Comments
 (0)