The default pin output value is 0. By using the DlnGpioPinSetOutVal()
function you can change the output value. If the specified pin is not assigned to the GPIO module or is not an output, the DlnGpioPinGetOutVal()
function takes the output value from the internal memory, where it is saved.
The DlnGpioPinGetOutVal()
function is declared in the dln_gpio.h
file.