mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-17 21:09:03 +00:00
78b6b50194
When using this code: (int8_t)tmp102_read_temp_x100() / 100 Only the first value is casted into a int8_t type. tmp102_read_temp_x100() returns the temperature in Celcius * 100. Most of the time this value will be lower than -2^7 and higher than 2^7 (+/- 1.27°C). The cast is not needed but a comment about this implicit cast has been added. |
||
---|---|---|
.. | ||
adxl345.c | ||
adxl345.h | ||
battery-sensor.c | ||
button-sensor.c | ||
cc2420-arch.c | ||
i2cmaster.c | ||
i2cmaster.h | ||
light-sensor.c | ||
light-sensor.h | ||
light-ziglet.c | ||
light-ziglet.h | ||
light.c | ||
light.h | ||
potentiometer-sensor.c | ||
potentiometer-sensor.h | ||
radio-sensor.c | ||
reed-sensor.c | ||
reed-sensor.h | ||
relay-phidget.c | ||
relay-phidget.h | ||
sht11-arch.h | ||
sht25.c | ||
sht25.h | ||
sky-sensors.c | ||
sky-sensors.h | ||
temperature-sensor.c | ||
temperature-sensor.h | ||
tlc59116.c | ||
tlc59116.h | ||
tmp102.c | ||
tmp102.h | ||
xmem.c | ||
z1-phidgets.c | ||
z1-phidgets.h |