Skip to content

Commit

Permalink
Added more i2so pins
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Jun 20, 2024
1 parent 81fcb43 commit 44767af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/model/Boards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,18 @@ export const Boards: Board[] = [
input: false,
pull: false,
output: false
},
{
pin: Pin.I2SO_20,
input: false,
pull: false,
output: false
},
{
pin: Pin.I2SO_21,
input: false,
pull: false,
output: false
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions src/model/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ export enum Pin {
I2SO_17 = "i2so.17",
I2SO_18 = "i2so.18",
I2SO_19 = "i2so.19",
I2SO_20 = "i2so.20",
I2SO_21 = "i2so.21",
NO_PIN = "no_pin"
}

Expand Down

0 comments on commit 44767af

Please sign in to comment.