diff options
Diffstat (limited to 'source/periph/dac.hpp')
-rw-r--r-- | source/periph/dac.hpp | 1 |
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]; |