JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
E
G
S
V
G
getAnalogValue(int, int)
- Static method in class ej.hal.gpio.
GPIO
Gets the value of the analog pin (a value between
0
and the targeted hardware ADC maximum value).
The returned value is undefined when the pin is not configured or configured as digital pin.
getDigitalValue(int, int)
- Static method in class ej.hal.gpio.
GPIO
Gets the value of the digital pin.
The returned value is undefined when the pin is not configured or configured as analog pin.
GPIO
- Class in
ej.hal.gpio
This class configures and drives digital or analog pins.
GPIO()
- Constructor for class ej.hal.gpio.
GPIO
GPIO.Mode
- Enum in
ej.hal.gpio
Specify the pin mode.
E
G
S
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes