add new pin type

This commit is contained in:
ladyada 2022-04-11 12:45:53 -04:00
parent 187307ac01
commit 774b86daaf

View file

@ -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':