|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.mcu.Microcontroller.InputPin
| Constructor Summary | |
Microcontroller.InputPin()
|
|
| Method Summary | |
void |
disableInput()
The disableInput() method is called by the simulator when the program changes the
direction of the pin. |
void |
enableInput()
The enableInput() method is called by the simulator when the program changes the
direction of the pin. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface avrora.sim.mcu.Microcontroller.Pin.Input |
read |
| Constructor Detail |
public Microcontroller.InputPin()
| Method Detail |
public void enableInput()
Microcontroller.Pin.InputenableInput() method is called by the simulator when the program changes the
direction of the pin. The device connected to this pin can then take action accordingly.
enableInput in interface Microcontroller.Pin.Inputpublic void disableInput()
Microcontroller.Pin.InputdisableInput() method is called by the simulator when the program changes the
direction of the pin. The device connected to this pin can then take action accordingly.
disableInput in interface Microcontroller.Pin.Input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||