HI
I would be happy to receive an explanation of the following orders :
if(myVR.clear() == 0)
if(myVR.load((uint8_t)Forward) >= 0)
ret = myVR.recognize(buf, 50);
Thanks
HI
I would be happy to receive an explanation of the following orders :
if(myVR.clear() == 0)
if(myVR.load((uint8_t)Forward) >= 0)
ret = myVR.recognize(buf, 50);
Thanks
I would be happy to see what a myVR is.
Or is it a "MYVAR"? You have to be precise. The C compiler does not tolerate spelling errors.
AWOL:
I would be happy to see what a myVR is.