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/PYBOARD4 | |
| parent | 840efe06618ff7596e6fdfe237efd2b81400b53e (diff) | |
stmhal: Add DAC driver.
Diffstat (limited to 'stmhal/boards/PYBOARD4')
| -rw-r--r-- | stmhal/boards/PYBOARD4/mpconfigboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/boards/PYBOARD4/mpconfigboard.h b/stmhal/boards/PYBOARD4/mpconfigboard.h index c3d5e119c..9a046ffff 100644 --- a/stmhal/boards/PYBOARD4/mpconfigboard.h +++ b/stmhal/boards/PYBOARD4/mpconfigboard.h @@ -12,7 +12,7 @@ #define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_TIMER (1) #define MICROPY_HW_ENABLE_SERVO (1) -#define MICROPY_HW_ENABLE_AUDIO (1) +#define MICROPY_HW_ENABLE_DAC (1) // USRSW has no pullup or pulldown, and pressing the switch makes the input go low #define USRSW_PIN (pin_B3) |
