Add pen state control
This commit is contained in:
parent
0411a9af38
commit
a8392b92a9
4 changed files with 44 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
// Port A
|
||||
#define PIN_OUTPUT_X 8 // PA8 - TIM1_CH1
|
||||
#define PIN_OUTPUT_Y 9 // PA9 - TIM1_CH2
|
||||
#define PIN_PEN_STATE 10 // PA10
|
||||
#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+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue