Skip to content

Commit

Permalink
add SCK pin
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jan 3, 2025
1 parent d5cb808 commit 4bbe244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/machine/board_esp32c3-supermini.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ const (
SPI_MISO_PIN = GPIO5
SPI_MOSI_PIN = GPIO6
SPI_SS_PIN = GPIO7
SPI_SCK_PIN = GPIO4
)

0 comments on commit 4bbe244

Please sign in to comment.