Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
20d239cb
Commit
20d239cb
authored
Nov 25, 2014
by
Damien George
Browse files
stmhal: Enable DAC on STM32F4DISC.
Addresses issue #987.
parent
4a1c80c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/boards/STM32F4DISC/mpconfigboard.h
View file @
20d239cb
...
...
@@ -12,7 +12,7 @@
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_SERVO (0)
#define MICROPY_HW_ENABLE_DAC (
0
)
#define MICROPY_HW_ENABLE_DAC (
1
)
#define MICROPY_HW_ENABLE_I2C1 (1)
#define MICROPY_HW_ENABLE_SPI1 (1)
#define MICROPY_HW_ENABLE_SPI3 (0)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment