Source : utils¶
source code: utils¶
Utility functions.
C2F(celsius) |
Convert celsius to fahrenheit. |
run_in_thread(func) |
(decorator) run func in thread USAGE. |
smooth(reading, factor, previous) |
apply smoothing function |
utils¶Utility functions.
C2F(celsius) |
Convert celsius to fahrenheit. |
run_in_thread(func) |
(decorator) run func in thread USAGE. |
smooth(reading, factor, previous) |
apply smoothing function |