Skip to content

Commit

Permalink
add SCK pin
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Oct 11, 2024
1 parent d2b3f09 commit 5d6eaad
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 5d6eaad

Please sign in to comment.