* Added support for SAMD21G18A for Analog Test.

pull/1359/head
akhilpanayam 2015-09-16 11:22:48 +05:30 committed by Karthik Purushothaman
parent 380fab0072
commit 6281ee8e71
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ AnalogOut out(AOUT_DO);
AnalogIn in(PA04);
AnalogOut out(PA02);
#elif defined(TARGET_SAMD21J18A)
AnalogIn in(PB02);
AnalogOut out(PA02);
#else
AnalogIn in(p17);
AnalogOut out(p18);