aboutsummaryrefslogtreecommitdiffstats
path: root/source/adc.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-02-21 08:59:15 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-02-21 08:59:15 -0500
commit5f6181bb3c6ab4274a8068aaf14b278fa65e443e (patch)
treeb10df50b06378e8efb869ea1998f07de100b19ea /source/adc.hpp
parente8f312f881d555e9bb92ecd245c398d7c23c33fa (diff)
signal monitoring support
Diffstat (limited to 'source/adc.hpp')
-rw-r--r--source/adc.hpp1
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 *);
};