diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 11:52:28 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 11:52:28 -0400 |
commit | a64b86aa545d2d11d397dbaa48bf3edf7dba4ddb (patch) | |
tree | fe52df4ec96ae52ef75e93a90eb2281b95f8e910 /source/adc.hpp | |
parent | 3fa9bbe4255424b9db34b6020177d217ffbe5faa (diff) |
test process_data speed measurement
Diffstat (limited to 'source/adc.hpp')
-rw-r--r-- | source/adc.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/adc.hpp b/source/adc.hpp index 376b156..d1cd292 100644 --- a/source/adc.hpp +++ b/source/adc.hpp @@ -32,6 +32,7 @@ namespace adc void init(); adcsample_t *read(adcsample_t *buffer, size_t count); void read_start(operation_t operation_func, adcsample_t *buffer, size_t count); + void read_set_operation_func(operation_t operation_func); void read_stop(); void set_rate(rate r); } |