Skip navigation links
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