DeeJay1984
Results
2
comments of
DeeJay1984
Hi I have the same problem. The only way I can change input is by doing this: GPIOMem Input = new GPIOMem(GPIOPins.V2_GPIO_22, GPIODirection.In, true) //Input always high GPIOMem Input =...
Hey Framil Thanks.. It worked when I set the direction after construction. I am new in C# programming. Can you guide me to fix the error in the constructor. I...