# bme680 Example with working temperature, pressure and humidity readout ``` $ ./bme680 61 par_t1: 26203 par_t2: 26519 par_t3: 3 par_p1: 35008 par_p2: -10284 par_p3: 88 par_p4: 9692 par_p5: -202 par_p6: 30 par_p7: 24 par_p8: -516 par_p9: -3469 par_p10: 30 par_h1: 794 par_h2: 1007 par_h3: 0 par_h4: 45 par_h5: 20 par_h6: 120 par_h7: -100 temperature: 22.7519 oC (floating-point) temperature: 2275 oC (integer x100) pressure: 99711.8 Pa or 0.997118 bar (floating-point) pressure: 99708 Pa (integer) humidity: 62.3145 (floating-point) humidity: 62289 (integer x1000) ```