|
LTPS C++ API
|
Class for ambient temperature sensor tibbit control (Tibbit #29) More...
#include <temperature.h>
Public Member Functions | |
| void | getTemperature (const char *socket, TempData &temp) |
| Get current temperature in Celsius degrees. More... | |
Class for ambient temperature sensor tibbit control (Tibbit #29)
| void Temperature::getTemperature | ( | const char * | socket, |
| TempData & | temp | ||
| ) |
Get current temperature in Celsius degrees.
| socket | I2C bus name (eg: s1, s15) |
| temp | TempData data struct |