|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.sim.mcu.Microcontroller.OutputPin avrora.sim.platform.ExternalFlash.PD3Output
Constructor Summary | |
protected |
ExternalFlash.PD3Output()
|
Method Summary | |
void |
write(boolean level)
The write() method is called by the simulator when the program writes a logical
level to the pin. |
Methods inherited from class avrora.sim.mcu.Microcontroller.OutputPin |
disableOutput, enableOutput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ExternalFlash.PD3Output()
Method Detail |
public void write(boolean level)
Microcontroller.Pin.Output
write()
method is called by the simulator when the program writes a logical
level to the pin. The device can then take the appropriate action.
level
- a boolean representing the logical level of the write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |