Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMC – Add support for J5_XY connectors for AMC board #68

Merged
merged 4 commits into from
Sep 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Ports 0,1,2 with 1,2,3
sgiraz committed Sep 14, 2022
commit df01842301b9fd175aa84db981d3e2ab6123bcd5
6 changes: 3 additions & 3 deletions eth/embobj/plus/comm-v2/icub/EoBoards.h
Original file line number Diff line number Diff line change
@@ -330,9 +330,9 @@ typedef enum
eobrd_port_mc2plusP10 = 0, // SPI encoder: hal_encoder1
eobrd_port_mc2plusP11 = 1, // SPI encoder: hal_encoder2

eobrd_port_amc_J5_X1 = 0, // SPI encoder: embot::hw::encoder1
eobrd_port_amc_J5_X2 = 1, // SPI encoder: embot::hw::encoder2
eobrd_port_amc_J5_X3 = 2, // SPI encoder: embot::hw::encoder3
eobrd_port_amc_J5_X1 = 1, // SPI encoder: embot::hw::encoder1
eobrd_port_amc_J5_X2 = 2, // SPI encoder: embot::hw::encoder2
eobrd_port_amc_J5_X3 = 3, // SPI encoder: embot::hw::encoder3

} eObrd_port_t;