add new pin type
This commit is contained in:
parent
187307ac01
commit
774b86daaf
1 changed files with 2 additions and 0 deletions
|
|
@ -811,6 +811,8 @@ def draw_pinlabels_svg(connections):
|
|||
label_type = 'Touch'
|
||||
elif mux == 'ADC': # analog ins
|
||||
label_type = 'Analog'
|
||||
elif mux == 'Arduino ADC': # analog ins
|
||||
label_type = 'SERCOM'
|
||||
elif mux == 'Other':
|
||||
label_type = 'I2C'
|
||||
elif mux == 'Power Domain':
|
||||
|
|
|
|||
Loading…
Reference in a new issue