Merge pull request #1351 from struempelix/master

Enabling ADC for NRF51 P26 & P27. Currently these pins can be used as…
pull/1375/head
Martin Kojtal 2015-10-06 11:45:19 +01:00
commit 931ac06492
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}
};