diff options
| author | Damien George | 2014-03-24 15:15:33 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-24 15:15:33 +0000 |
| commit | b13492f8ad554935b9a33fb7c0560223134254df (patch) | |
| tree | ac2ed3b4d1f84d8850f3a6c4039a42e22b7a4627 /stmhal/boards/NETDUINO_PLUS_2 | |
| parent | 840efe06618ff7596e6fdfe237efd2b81400b53e (diff) | |
stmhal: Add DAC driver.
Diffstat (limited to 'stmhal/boards/NETDUINO_PLUS_2')
| -rw-r--r-- | stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.h b/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.h index 412dede13..948b88681 100644 --- a/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.h +++ b/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.h @@ -16,7 +16,7 @@ #define MICROPY_HW_ENABLE_RTC (0) #define MICROPY_HW_ENABLE_TIMER (1) #define MICROPY_HW_ENABLE_SERVO (1) -#define MICROPY_HW_ENABLE_AUDIO (0) +#define MICROPY_HW_ENABLE_DAC (0) // USRSW is pulled low. Pressing the button makes the input go high. #define USRSW_PIN (pin_B11) |
