diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-20 12:27:21 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-20 12:27:21 -0400 |
commit | 30cd119dba0e2caf48b6bf5016f60dcede62f511 (patch) | |
tree | dfc6d4321938bfb2e32cf9b6ca6af82274ac2625 /source/dac.hpp | |
parent | f1ad9796741daa8368f4885bbce360522df24367 (diff) |
signal gen with dac channel 2
Diffstat (limited to 'source/dac.hpp')
-rw-r--r-- | source/dac.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dac.hpp b/source/dac.hpp index 9d529bf..dec1b36 100644 --- a/source/dac.hpp +++ b/source/dac.hpp @@ -17,8 +17,8 @@ namespace dac { void init(); - void write_start(dacsample_t *buffer, size_t count); - void write_stop(); + void write_start(unsigned int channel, dacsample_t *buffer, size_t count); + void write_stop(unsigned int channel); } #endif // STMDSP_DAC_HPP_ |