As the title says... Chat on...

User avatar
By uhrheber
#6529 It seems that the node.led and node.key functionality at GPIO16 is always active, because when I try to set the pin low with:

Code: Select allgpio.mode(0,gpio.OUTPUT)
gpio.write(0,gpio.HIGH)


it stays low only for a short time and then goes high again.
So how do I disable this functionality, to use GPIO16 as a normal GPIO?

cu
Uhrheber