Enabling ADC for NRF51 P26 & P27. Currently these pins can be used as Digital In/Out or XTAL input only.

pull/1351/head
jens 2015-09-24 13:02:58 +02:00
parent d8ad8e8bf5
commit f8fe8cb749
1 changed files with 2 additions and 0 deletions

View File

@ -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}
};