avrora.sim.platform
Class ExternalFlash.PA3Output

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

protected class ExternalFlash.PA3Output
extends Microcontroller.OutputPin


Constructor Summary
protected ExternalFlash.PA3Output()
           
 
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.PA3Output

protected ExternalFlash.PA3Output()
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