I want to change the temperature update rate of the 1048 from its default. In the example python code "Temperature.py", the line ch.setOnTemperatureChangeHandler(TemperatureChangeHandler) is what will print out the temperature read off of the 1048, but only for 10 seconds. 1.) How do I loo...