Hi, I was trying to read raw values from a gyro and was using analog_in on the triport. Seems that the changed() callback has some threshold on the magnitude of the difference in readings. When i just put a loop spinning on a timer, I see the raw value bouncing around quite a bit (as expected), but the callback does not get triggered unless the difference between readings is ~5 from what I can tell (comparing12bit values). I assume this is intended behavior?
Thanks,
Nick.