[LPC4337] support AnalogOut

pull/485/head
ytsuboi 2014-09-11 13:48:08 +09:00
parent a6b1d51dec
commit a9d60a2520
1 changed files with 4 additions and 0 deletions

View File

@ -24,7 +24,11 @@
#include "gpio_api.h"
static const PinMap PinMap_DAC[] = {
#ifdef TARGET_LPC4337
{P4_3, DAC_0, 0},
#else
{P4_4, DAC_0, 0},
#endif
{NC, NC, 0}
};