This adds an API function to play a buffer of Audio samples using a DAC. Double buffered operation is supported by specifying a callback that will be called when the next buffer can be queued with dac_dds_play().
3 lines
75 B
Makefile
3 lines
75 B
Makefile
FEATURES_REQUIRED += periph_dac
|
|
FEATURES_REQUIRED += periph_timer_periodic
|