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
6609d636
Commit
6609d636
authored
Mar 24, 2014
by
Damien George
Browse files
stmhal: Add comment to DAC driver for function to implement.
parent
b13492f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/dac.c
View file @
6609d636
...
...
@@ -265,6 +265,9 @@ STATIC const mp_method_t pyb_dac_methods[] = {
{
"triangle"
,
&
pyb_dac_triangle_obj
},
{
"write"
,
&
pyb_dac_write_obj
},
{
"dma"
,
&
pyb_dac_dma_obj
},
// TODO add function that does double buffering:
// dma2(freq, buf1, buf2, callback)
// where callback is called when the buffer has been drained
{
NULL
,
NULL
},
};
...
...
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