mirror of https://github.com/ARMmbed/mbed-os.git
* Added support for SAMD21G18A for Analog Test.
parent
380fab0072
commit
6281ee8e71
|
@ -58,6 +58,10 @@ AnalogOut out(AOUT_DO);
|
||||||
AnalogIn in(PA04);
|
AnalogIn in(PA04);
|
||||||
AnalogOut out(PA02);
|
AnalogOut out(PA02);
|
||||||
|
|
||||||
|
#elif defined(TARGET_SAMD21J18A)
|
||||||
|
AnalogIn in(PB02);
|
||||||
|
AnalogOut out(PA02);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
AnalogIn in(p17);
|
AnalogIn in(p17);
|
||||||
AnalogOut out(p18);
|
AnalogOut out(p18);
|
||||||
|
|
Loading…
Reference in New Issue