- added code to triple axis MAD emulation layer
@ -505,6 +505,11 @@ extern void KillPiPiezo(void *pData);
*fVal = self->fPosition;
return 1;
}
else if(strcmp(name,"target") == 0)
{
*fVal = self->fTarget;
else
return 0;
The note is not visible to the blocked user.