|
||||||||||
| 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.Inputread() 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.Inputpublic void enableInput()
Microcontroller.Pin.InputenableInput() 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.Inputpublic void disableInput()
Microcontroller.Pin.InputdisableInput() 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 | |||||||||