mirror of https://github.com/ARMmbed/mbed-os.git
[LPC4337] support AnalogOut
parent
a6b1d51dec
commit
a9d60a2520
|
@ -24,7 +24,11 @@
|
||||||
#include "gpio_api.h"
|
#include "gpio_api.h"
|
||||||
|
|
||||||
static const PinMap PinMap_DAC[] = {
|
static const PinMap PinMap_DAC[] = {
|
||||||
|
#ifdef TARGET_LPC4337
|
||||||
|
{P4_3, DAC_0, 0},
|
||||||
|
#else
|
||||||
{P4_4, DAC_0, 0},
|
{P4_4, DAC_0, 0},
|
||||||
|
#endif
|
||||||
{NC, NC, 0}
|
{NC, NC, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue