I am trying to change the data interval in my code, but when I run my code, it does not change and keeps the default sample rate. I need to save the voltage ratio for each channel to use for other calculations. How do I change the data interval? #include <phidget22.h> #include <stdio.h> #include <ti...