avrora.sim.platform
Class ExternalFlash.PD3Output

java.lang.Object
  extended byavrora.sim.mcu.Microcontroller.OutputPin
      extended byavrora.sim.platform.ExternalFlash.PD3Output
All Implemented Interfaces:
Microcontroller.Pin.Output
Enclosing class:
ExternalFlash

protected class ExternalFlash.PD3Output
extends Microcontroller.OutputPin


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

ExternalFlash.PD3Output

protected ExternalFlash.PD3Output()
Method Detail

write

public void write(boolean level)
Description copied from interface: Microcontroller.Pin.Output
The 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.

Parameters:
level - a boolean representing the logical level of the write