Hi,
Are you just polling lower 8 bits of delta_X in
xydat[0] = (int)adns_read_reg(REG_Delta_X_L);.
If that is the case, then we could not expect any value to be more than 127 right? If so, can you guide on how to poll in both upper and lower 8 bits of dellta _X ?
Thanks
Hi,
Are you just polling lower 8 bits of delta_X in
xydat[0] = (int)adns_read_reg(REG_Delta_X_L);.
If that is the case, then we could not expect any value to be more than 127 right? If so, can you guide on how to poll in both upper and lower 8 bits of dellta _X ?
Thanks