Skip to content

Commit

Permalink
Revert "update pinMapTable (#589)"
Browse files Browse the repository at this point in the history
This reverts commit 97398cc.
  • Loading branch information
ArthurNieh authored Mar 21, 2024
1 parent 2cf4105 commit 98faf47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions controller-server/configs/pinMapTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,11 @@ const pinMapTable: PinMapTable = {
backfoot_left_out: 10,
backpalm_left_out: 11,
backpalm_left_mid: 12,
forefoot_left_out: 20,
forefoot_left_mid: 21,
forefoot_left_in: 22,
forepalm_left_out: 23,
forepalm_left_in: 24,
tail1: 30,
tail2: 31,
tail3: 32,
Expand All @@ -681,7 +686,6 @@ const pinMapTable: PinMapTable = {
LEDPARTS: {
backfoot_right_LED: { id: 0, len: 57 },
backfoot_left_LED: { id: 3, len: 30 },
back_LED: { id: 4, len: 76 },
tail_LED: { id: 5, len: 78 },
slash_LED: { id: 6, len: 40 },
},
Expand Down Expand Up @@ -709,16 +713,12 @@ const pinMapTable: PinMapTable = {
nose: 22,
jaw_up: 23,
jaw_mid: 24,
jaw_low: 25,
forefoot_left_out: 30,
forefoot_left_mid: 31,
forefoot_left_in: 32,
forepalm_left_out: 33,
forepalm_left_in: 34
jaw_low: 25
},
LEDPARTS: {
forefoot_left_LED: { id: 0, len: 66 },
forefoot_right_LED: { id: 3, len: 64 },
back_LED: { id: 4, len: 76 },
upperjaw_LED: { id: 5, len: 33 },
lowerjaw_LED: { id: 6, len: 16 }
},
Expand Down

0 comments on commit 98faf47

Please sign in to comment.