mattairtech / ArduinoCore-samd

This is a fork from arduino/ArduinoCore-samd on GitHub. This will be used to maintain Arduino support for SAM D|L|C (M0+ and M4F) boards including the MattairTech Xeno Mini and the MT-D21E (see https://www.mattairtech.com/). It adds support for new devices like the D51, L21, C21, and D11. It also adds new clock sources, like a high speed crystal or internal oscillator.
103 stars 43 forks source link

DAC + ADC on Generic ATsamD11C14A #10

Closed perigalacticon closed 6 years ago

perigalacticon commented 6 years ago

I'd like to use 5 pins in ADC mode and the DAC output simultaneously. Can the channels be routed in this manner for the Generic ATsamD11C14A core?

mattairtech commented 6 years ago

There are only 5 analog capable pins total on the D11C14, but you could use 4 ADC and 1 DAC at the same time.