Modifier and Type | Method and Description |
---|---|
static OHMM.DigitalPin |
OHMM.DigitalPin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OHMM.DigitalPin[] |
OHMM.DigitalPin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OHMM.senseConfigDigital(OHMM.DigitalPin pin,
boolean pullup,
boolean invert)
|
boolean |
OHMM.senseReadDigital(OHMM.DigitalPin pin)
Covers
OHMM.senseReadDigital(int) . |