You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some adc drivers, like adc_sam0, doesn't look at channel_id
when setting up the adc channel, but rely on the input_positive
and input_negative members.
With this change the sample project also supports e.g.
samd21 based boards using other pins than AIN[0].
This is exemplified by adding arduino_zero overlay using AIN[10]
Signed-off-by: Kim Bøndergaard <[email protected]>
0 commit comments