TI persons:
The SDK sample code in "accelerometer.c" contains code similar to the following:
static uint8 accelEnabledUserDesc[14] = "Accel Enable\0";
I assume that this saves 2 string terminators. Is this a (strange and bad) requirement of the underlying TI code, or just an programmer's error?
Thanks in advance, MH