Skip to content

Commit

Permalink
Boards: fix adxl345 cs pin on skr pro 1.2
Browse files Browse the repository at this point in the history
Github: Rat-OS#52
  • Loading branch information
miklschmidt committed Dec 27, 2024
1 parent 82f5735 commit 2c06523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/boards/btt-skr-pro-12/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"flashInstructions": "Flashing only works if there's a properly formatted (FAT16 or FAT32 with a small blocksize) micro SD card in the SKR Pro's SD Card slot. The smaller the SD card the better, a cheap 128mb TF-card is perfect.",
"documentationLink": "https://os.ratrig.com/docs/boards/btt/skr-pro-12",
"ADXL345SPI": {
"cs_pin": "PB12",
"cs_pin": "PA15",
"hardware": {
"bus": "spi3a"
}
Expand Down

0 comments on commit 2c06523

Please sign in to comment.