avrora.sim.mcu
Interface Microcontroller.Pin.Input

Enclosing interface:
Microcontroller.Pin

public static interface Microcontroller.Pin.Input

The Input interface represents an input pin. When the pin is configured to be an input and the microcontroller attempts to read from this pin, the installed instance of this interface will be called.


Method Summary
 void disableInput()
           
 void enableInput()
           
 boolean read()
           
 

Method Detail

enableInput

public void enableInput()

disableInput

public void disableInput()

read

public boolean read()