Вы здесь

Digital Inputs

You can configure most of the DLN-series adapter pins as general-purpose digital inputs. Call the DlnGpioPinSetDirection() function and pass 0 for the direction parameter to configure the GPIO pin as a digital input. You can call this function either before or after the pin is assigned to the GPIO module by using the DlnGpioPinEnable() function.

You can check a pin direction by using the DlnGpioPinGetDirection() function.

The default pin direction is set to input (value 0).

To check the value on the pin, use the DlnGpioPinGetVal() function.

For digital inputs, you can use the following features:

Use the following GPIO Interface functions to control and monitor input pins:

DlnGpioPinSetDirection()

Configures a pin as a digital input. Pass 0 for the direction parameter.

DlnGpioPinGetVal()

Retrieves the value on the I/O line.

Rating: 
Средняя: 2 (1 оценка)

Языки

Вход на сайт