|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectavrora.sim.radio.CC1000Radio.SerialConfigurationInterface.PDATAInput
Constructor Summary | |
protected |
CC1000Radio.SerialConfigurationInterface.PDATAInput()
|
Method Summary | |
void |
disableInput()
The disableInput() method is called by the simulator when the program changes the
direction of the pin. |
void |
enableInput()
The enableInput() method is called by the simulator when the program changes the
direction of the pin. |
boolean |
read()
The read() method is called by the simulator when the program attempts to read the
level of the pin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CC1000Radio.SerialConfigurationInterface.PDATAInput()
Method Detail |
public boolean read()
Microcontroller.Pin.Input
read()
method is called by the simulator when the program attempts to read the
level of the pin. The device can then compute and return the current level of the pin.
read
in interface Microcontroller.Pin.Input
public void enableInput()
Microcontroller.Pin.Input
enableInput()
method is called by the simulator when the program changes the
direction of the pin. The device connected to this pin can then take action accordingly.
enableInput
in interface Microcontroller.Pin.Input
public void disableInput()
Microcontroller.Pin.Input
disableInput()
method is called by the simulator when the program changes the
direction of the pin. The device connected to this pin can then take action accordingly.
disableInput
in interface Microcontroller.Pin.Input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |