Skip to content

Commit

Permalink
fxes
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Dec 29, 2024
1 parent e305ada commit 6e6426d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test1.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ let boards = [];
name: "CBU",
chip: "BK7231N",
image: "https://i.imgur.com/UpzQer7.png",
leftPins: ["P23", "GND", "VUSB", "P20", "P21", "P22", "P23"],
rightPins: ["P14", "P7", "P8", "P1", "P0", "3.3V", "GND"],
botPins: ["P14", "P7", "P8", "P1", "P0", "3.3V", "GND"],
botStartX: 50,
botStartY: 376,
botStepX: 25.5,
leftStartX: 50,
leftPins: ["P14", "P16", "P20", "P22", "P23", "RX2", "TX2"],
rightPins: ["P15", "P17", "P9", "CEN", "P28", "RX1", "TX1"],
botPins: ["P8", "P7", "P6", "P26", "P24", "GND", "3.3V"],
botStartX: 160,
botStartY: 476,
botStepX: 39,
leftStartX: 30,
leftStartY: 176,
leftStepY: 25.5,
rightStartX: 474,
rightStartY: 176,
rightStartX: 510,
rightStartY: 180,
rightStepY: 25.4
},
{
Expand Down

0 comments on commit 6e6426d

Please sign in to comment.