|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArduinoConstants
Field Summary | |
---|---|
static int |
HIGH
Constant to write a high value (+5 volts) to a pin (in a call to digitalWrite()). |
static int |
INPUT
Constant to set a pin to input mode (in a call to pinMode()). |
static int |
LOW
Constant to write a low value (0 volts) to a pin (in a call to digitalWrite()). |
static int |
OUTPUT
Constant to set a pin to output mode (in a call to pinMode()). |
Field Detail |
---|
static final int HIGH
static final int INPUT
static final int LOW
static final int OUTPUT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |