6 lines
174 B
C
6 lines
174 B
C
#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
|