- Code: Select all
long inputsnow = 0;
UC100.GetInput(ref inputsnow);
Console.WriteLine(inputsnow.ToString());
The inputs are pulled high, so the lowest 5 bits will show you the input states.
long inputsnow = 0;
UC100.GetInput(ref inputsnow);
Console.WriteLine(inputsnow.ToString());
Return to General discussion about the UCCNC software
Users browsing this forum: No registered users and 27 guests