Class Button

java.lang.Object
io.zucchini.circuitsimtester.api.MockPulser
io.zucchini.circuitsimtester.api.Button

public class Button extends MockPulser
Allows pretending to push a button placed in a subcircuit.

(In reality, this manipulates an InputPin wired to where the button was; see MockPulser)

  • Constructor Details

  • Method Details

    • press

      public void press()
      This pushes the button. Crazy, right?