|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.mcu.Microcontroller.OutputPin
| Constructor Summary | |
Microcontroller.OutputPin()
|
|
| Method Summary | |
void |
disableOutput()
The disableOutput() method is called by the simulator when the program changes the
direction of the pin. |
void |
enableOutput()
The enableOutput() 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.Output |
write |
| Constructor Detail |
public Microcontroller.OutputPin()
| Method Detail |
public void enableOutput()
Microcontroller.Pin.OutputenableOutput() 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.
enableOutput in interface Microcontroller.Pin.Outputpublic void disableOutput()
Microcontroller.Pin.OutputdisableOutput() 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.
disableOutput in interface Microcontroller.Pin.Output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||