|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnanovm.avr.Port
public class Port
Constructor Summary | |
---|---|
Port()
|
Method Summary | |
---|---|
void |
clrBit(int bit)
|
void |
setBit(int bit)
|
void |
setInput(int bit)
|
void |
setOutput(int bit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Port()
Method Detail |
---|
public void setInput(int bit)
public void setOutput(int bit)
public void setBit(int bit)
public void clrBit(int bit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |