stmhal: Add comment to DAC driver for function to implement.

pull/372/head
Damien George 2014-03-24 15:17:40 +00:00
rodzic b13492f8ad
commit 6609d636d0
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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 },
};