The BME280 sensor seems to return a float type value for the temperature and I would like to use it as my input for my PID controller. The problem is that the PID function has the input as a double. So how do you convert the sensor value from float to double ? Thanks !