Skip to content

Commit

Permalink
Boards: switch to software spi for adxl345 octopus pro h723
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 14, 2024
1 parent d0d651f commit d1c0657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions boards/btt-octopus-pro-h723-11/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@
},
"ADXL345SPI": {
"cs_pin": "PA15",
"hardware": {
"bus": "spi3"
"software": {
"sclk": "PB3",
"mosi": "PB5",
"miso": "PB4"
}
},
"stepperSPI": {
Expand Down
6 changes: 4 additions & 2 deletions boards/btt-octopus-pro-h723/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@
},
"ADXL345SPI": {
"cs_pin": "PA15",
"hardware": {
"bus": "spi3"
"software": {
"sclk": "PB3",
"mosi": "PB5",
"miso": "PB4"
}
},
"stepperSPI": {
Expand Down

0 comments on commit d1c0657

Please sign in to comment.