Skip to content

PB07 not assigned to ADC_INPUT but to TOUCH #194

Closed
@cledic

Description

@cledic

In file samd21_pins.c line 122, pin PB07 is not assigned to ADC_INPUT but to TOUCH:
PIN(PB07, EXTINT_CHANNEL(7), TOUCH(ADC_POSITIVE_INPUT_PIN15), TOUCH(13),

I think the correct way is:
PIN(PB07, EXTINT_CHANNEL(7), ADC_INPUT(ADC_POSITIVE_INPUT_PIN15), TOUCH(13),

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions