File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Provides an Arduino library for reading and interpreting Bosch BME280 data over
3030 - [ float Altitude(float pressure, bool metric = true, float seaLevelPressure = 101325)] ( #environment-calculations )
3131 - [ float AbsoluteHumidity(float temperature, float humidity, TempUnit tempUnit = TempUnit_Celsius)] ( #environment-calculations )
3232 - [ float EquivalentSeaLevelPressure(float altitude, float temp, float pres)] ( #environment-calculations )
33- - [ float DewPoint(float temp, float hum, bool metric = true )] ( #environment-calculations )
33+ - [ float DewPoint(float temp, float hum, TempUnit tempunit = TempUnit_Celsius )] ( #environment-calculations )
3434 - [ int HeatIndex(float temperature, float humidity, TempUnit tempunit = TempUnit_Celsius)] ( #environment-calculations )
353510 . [ Contributing] ( #contributing )
363611 . [ History] ( #history )
373373- Oct 7, 2017 - Version 2.2.0 released (Enums, begin restructure)
374374- Oct 10, 2017 - Version 2.2.1 released (Bug fixes)
375375- Nov 21, 2017 - Version 2.3.0 released (Examples updates, env calc fixes, bugs)
376+ - Brief intermission
377+ - Dec xx, 2018. - Version 3.0.0 pending (A lot)
376378
377379## Credits
378380
You can’t perform that action at this time.
0 commit comments