Skip to content

Commit

Permalink
Boards: Fix E3EZ stepper and adxl spi pins
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 3, 2024
1 parent bc426bc commit c83af4f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions boards/btt-manta-e3ez/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@
}
},
"ADXL345SPI": {
"cs_pin": "PB12",
"cs_pin": "PC15",
"software": {
"sclk": "PB10",
"mosi": "PB11",
"miso": "PB2"
"sclk": "PC10",
"mosi": "PC12",
"miso": "PC11"
}
},
"stepperSPI": {
"software": {
"sclk": "PB10",
"mosi": "PB11",
"miso": "PB2"
"sclk": "PC10",
"mosi": "PC12",
"miso": "PC11"
}
}
}

0 comments on commit c83af4f

Please sign in to comment.