Skip to content

Commit

Permalink
Boards: use hardware spi for lis2dw on orbitool o2
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Aug 21, 2024
1 parent 7d38ec9 commit 157db24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions boards/ldo-orbitool-o2/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
},
"LIS2DW": {
"cs_pin": "PA4",
"software": {
"sclk": "PA5",
"mosi": "PA7",
"miso": "PA6"
"hardware": {
"bus": "spi1"
}
},
"customSections": {
Expand Down

0 comments on commit 157db24

Please sign in to comment.