Rename MCU
This commit is contained in:
parent
ed2925a961
commit
64a01bef05
75 changed files with 4 additions and 4 deletions
6
stm32f103t8u6-bootloader/src/pinning.h
Normal file
6
stm32f103t8u6-bootloader/src/pinning.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
// Port A
|
||||
#define PIN_TEST_POINT 10 // PA10
|
||||
#define PIN_USB_DM 11 // PA11 - USB_DM
|
||||
#define PIN_USB_DP 12 // PA12 - USB_DP
|
||||
Loading…
Add table
Add a link
Reference in a new issue