diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-02-21 08:59:15 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-02-21 08:59:15 -0500 |
commit | 5f6181bb3c6ab4274a8068aaf14b278fa65e443e (patch) | |
tree | b10df50b06378e8efb869ea1998f07de100b19ea /source/adc.hpp | |
parent | e8f312f881d555e9bb92ecd245c398d7c23c33fa (diff) |
signal monitoring support
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 488501c..d9a435a 100644 --- a/source/adc.hpp +++ b/source/adc.hpp @@ -42,6 +42,7 @@ private: static size_t m_current_buffer_size; static Operation m_operation; +public: static void conversionCallback(ADCDriver *); }; |