aboutsummaryrefslogtreecommitdiffstats
path: root/source/periph/dac.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-11-20 14:29:08 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-11-20 14:29:08 -0500
commit3dd57491b1e81a9d93054eff19ca0e6c65c85b9b (patch)
tree5de7abe2bc67e9691097b2390f9f1d2a69cf7f0a /source/periph/dac.hpp
parent5944ae4d01eb27af7c86bedba5ee157f51ba78dd (diff)
fixed signal generator input data streaming
Diffstat (limited to 'source/periph/dac.hpp')
-rw-r--r--source/periph/dac.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/periph/dac.hpp b/source/periph/dac.hpp
index 4360c26..7250a52 100644
--- a/source/periph/dac.hpp
+++ b/source/periph/dac.hpp
@@ -24,6 +24,7 @@ public:
static void stop(int channel);
static int sigGenWantsMore();
+ static int isSigGenRunning();
private:
static DACDriver *m_driver[2];