Skip to content

Commit

Permalink
Update ExtensionBoardsDef.ts
Browse files Browse the repository at this point in the history
editor - missing pi pins
  • Loading branch information
dafik authored May 2, 2024
1 parent 1523037 commit b8265ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ export const definition: ExtensionBoardsDefs = {
name: "rpi",
inputBoard: [{
name: "nohat",
digitalInputs: [3, 5, 7, 8, 10, 11, 12, 13, 15, 16, 18, 19, 21, 22, 23, 24, 26, 29, 31, 32, 33, 35, 36, 37, 38, 40]
digitalInputs: [3, 5, 7, 8, 10, 11, 12, 13, 15, 16, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40]
}],
outputBoard: [{
name: "nohat",
digitalOutputs: [3, 5, 7, 8, 10, 11, 12, 13, 15, 16, 18, 19, 21, 22, 23, 24, 26, 29, 31, 32, 33, 35, 36, 37, 38, 40]
digitalOutputs: [3, 5, 7, 8, 10, 11, 12, 13, 15, 16, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40]
}]
},
{
Expand Down

0 comments on commit b8265ae

Please sign in to comment.