You can but I don't think it's very deserved, I'm sure lots of people could have told you the same thing. It would probably be better to simply thank the community / people on the forum rather than...
Type: Posts; User: AndyA
You can but I don't think it's very deserved, I'm sure lots of people could have told you the same thing. It would probably be better to simply thank the community / people on the forum rather than...
I think you could get away with something as simple as this:
void loop()
{
if(DR_Asserted())
{
Pinnacle_GetAbsolute(&touchData);
Pinnacle_CheckValidTouch(&touchData); //...
Can you give a bit more information? Your code, the part / library you're using etc...
The normal way to do something like this would be that the touchpad also has a position valid output (or for...