diff options
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r-- | gui/stmdsp.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp index c179955..ec58e5a 100644 --- a/gui/stmdsp.hpp +++ b/gui/stmdsp.hpp @@ -44,6 +44,8 @@ namespace stmdsp std::vector<adcsample_t> continuous_read(); void continuous_stop(); + void upload_filter(unsigned char *buffer, size_t size); + private: serial::Serial m_serial; }; |