aux pins for merc128
This commit is contained in:
parent
e266f8740f
commit
e592263ed5
|
@ -1,6 +1,21 @@
|
|||
# https://docs.google.com/spreadsheets/d/1x9pB8oRpY1ISkrGYIsa5j2MrnQVA644REb9Ebl41tcw
|
||||
|
||||
pins:
|
||||
- pin: P19
|
||||
# LOW11 IO9
|
||||
id: GPIOI_1
|
||||
ts_name: Aux P19
|
||||
|
||||
- pin: P34
|
||||
# LOW8 IO6
|
||||
id: GPIOH_15
|
||||
ts_name: Aux P34
|
||||
|
||||
- pin: P35
|
||||
# LOW12 IO10
|
||||
id: GPIOI_0
|
||||
ts_name: Aux P35
|
||||
|
||||
- pin: A1
|
||||
function: NC
|
||||
type:
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
#define H176_OUT_PWM2 GPIOC_6
|
||||
#define H176_OUT_PWM3 GPIOC_7
|
||||
|
||||
#define H176_OUT_IO6 GPIOH_15
|
||||
#define H176_OUT_IO9 GPIOI_1
|
||||
#define H176_OUT_IO10 GPIOI_0
|
||||
|
||||
|
|
Loading…
Reference in New Issue