We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13492f commit 6609d63Copy full SHA for 6609d63
1 file changed
stmhal/dac.c
@@ -265,6 +265,9 @@ STATIC const mp_method_t pyb_dac_methods[] = {
265
{ "triangle", &pyb_dac_triangle_obj },
266
{ "write", &pyb_dac_write_obj },
267
{ "dma", &pyb_dac_dma_obj },
268
+ // TODO add function that does double buffering:
269
+ // dma2(freq, buf1, buf2, callback)
270
+ // where callback is called when the buffer has been drained
271
{ NULL, NULL },
272
};
273
0 commit comments