avrora.sim.radio
Class CC1000Radio.SerialConfigurationInterface.PALEOutput

java.lang.Object
  extended byavrora.sim.mcu.Microcontroller.OutputPin
      extended byavrora.sim.radio.CC1000Radio.SerialConfigurationInterface.PALEOutput
All Implemented Interfaces:
Microcontroller.Pin.Output
Enclosing class:
CC1000Radio.SerialConfigurationInterface

protected class CC1000Radio.SerialConfigurationInterface.PALEOutput
extends Microcontroller.OutputPin


Constructor Summary
protected CC1000Radio.SerialConfigurationInterface.PALEOutput()
           
 
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

CC1000Radio.SerialConfigurationInterface.PALEOutput

protected CC1000Radio.SerialConfigurationInterface.PALEOutput()
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