avrora.sim.radio
Class CC1000Radio.SerialConfigurationInterface

java.lang.Object
  extended byavrora.sim.radio.CC1000Radio.SerialConfigurationInterface
Enclosing class:
CC1000Radio

protected class CC1000Radio.SerialConfigurationInterface
extends java.lang.Object

Reads the three pins used in the three wire serial configuration interface. Microcontrollers can program this radio by communication over this interfance. Debug output for communication over this interface is available on "sim.cc1000.pinconfig"


Nested Class Summary
protected  class CC1000Radio.SerialConfigurationInterface.PALEOutput
           
protected  class CC1000Radio.SerialConfigurationInterface.PCLKOutput
          Clocking the PCLK pin is what drives the action of the configuration interface.
protected  class CC1000Radio.SerialConfigurationInterface.PDATAInput
           
protected  class CC1000Radio.SerialConfigurationInterface.PDATAOutput
           
 
Method Summary
 void action()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

action

public void action()