diff --git a/software/modules/ModuleDebug.py b/software/modules/ModuleDebug.py index 179ce6f..8a6643c 100644 --- a/software/modules/ModuleDebug.py +++ b/software/modules/ModuleDebug.py @@ -163,7 +163,10 @@ class ModuleDebugWidget(QWidget): # self.dev.setout(3, checked and 1 or 0) print 'out3:', checked and 1 or 0 - + @pyqtSlot(int) + def on_dialInputFreq_valueChanged(self, val): +# TODO: change sampling rate to (val) freq + print 'inputfreq:', val class ModuleDebug():