You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed variable/function names to more closely match TSYS01 manual.
Combined read() and temperature() functions into one.
Split _calculate into two functions (_read_adc and _adc2temp).
Added multiple selection options to give user options for selecting temperature conversion units.
Changed Kelvin conversion from 273 to 273.15.
Added experimental burst_avg_temperature. Rapidly takes X number of samples, drops the first and last, and averages the rest. Need to run tests to determine if it provides any benefit.
Added serial number function. I'm still trying to understand how bit manipulation works, so I may have gotten this wrong. I assumed it could be manipulated the same way as _calculate.
The text was updated successfully, but these errors were encountered:
https://github.com/IanTBlack/br_sensors
The text was updated successfully, but these errors were encountered: