mirror of https://github.com/ARMmbed/mbed-os.git
Enabling ADC for NRF51 P26 & P27. Currently these pins can be used as Digital In/Out or XTAL input only.
parent
d8ad8e8bf5
commit
f8fe8cb749
|
@ -29,6 +29,8 @@ static const PinMap PinMap_ADC[] = {
|
|||
{p4, ADC0_0, 32},
|
||||
{p5, ADC0_0, 64},
|
||||
{p6, ADC0_0, 128},
|
||||
{p26, ADC0_0, 1},
|
||||
{p27, ADC0_0, 2},
|
||||
{NC, NC, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue