Remove USB pull-up code
This commit is contained in:
parent
3ca6ea3e9e
commit
fc91c5a032
3 changed files with 4 additions and 12 deletions
|
|
@ -7,10 +7,9 @@
|
|||
#define PIN_UART_RX 10 // PA10 - USART1_RX
|
||||
#define PIN_USB_DM 11 // PA11 - USB_DM
|
||||
#define PIN_USB_DP 12 // PA12 - USB_DP
|
||||
#define PIN_USB_PULLUP 15 // PA15 - 1.5 kΩ to D+
|
||||
|
||||
// Port B
|
||||
#define PIN_LED 0 // PB0 - Status LED
|
||||
#define PIN_SELECT 4 // PB4 - Bus select line
|
||||
#define PIN_SCL 6 // PB6 - I2C1_SCL
|
||||
#define PIN_SDA 7 // PB7 - I2C1_SDA
|
||||
#define PIN_SDA 7 // PB7 - I2C1_SDA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue