[NUCLEO_F302R8] Change PWM_OUT signal assignation

The PWM output is not available on PB_3 because the TIMER2 is used by
the us_ticker.
pull/235/head
bcostm 2014-03-27 09:14:37 +01:00
parent 0762ef4e29
commit d1c498d38b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ typedef enum {
SPI_MISO = PB_14,
SPI_SCK = PB_13,
SPI_CS = PB_6,
PWM_OUT = PB_3,
PWM_OUT = PB_4,
// Not connected
NC = (int)0xFFFFFFFF