@@ -18,5+19,8 @@ public class MS2Debounce extends Activity
}
setContentView(R.layout.main);
}
setContentView(R.layout.main);
+
+ TextView text = (TextView)findViewById(R.id.text);
+ text.setText("You will soon be able to set the debounce_delay here.\nModule loaded: " + module.isLoaded() + "\ndebounce_delay: " + module.getDelay() + "ms");