Skip to content

Commit

Permalink
WORKS F4 and F3 :). Tested with SPI1, and had no issues that I can find.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmb5932 committed Apr 4, 2024
1 parent c5543d8 commit c2b1349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/EVT/io/pin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ enum class Pin {
#ifdef STM32F4xx
SPI_SCK = PA_5, // D13
SPI_MISO = PA_6,// D12
SPI_MOSI = PA_7,// D11 // todo test with these pins :)
SPI_MOSI = PA_7,// D11
SPI_CS = PB_6, // D10
I2C_SDA = PB_9,
I2C_SCL = PB_8,
Expand Down

0 comments on commit c2b1349

Please sign in to comment.