contiki/platform/z1/dev
Matthieu Baerts 78b6b50194 Z1: tmp102: simple: fixed wrong cast
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.
2015-05-22 18:15:26 +02:00
..
adxl345.c
adxl345.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
battery-sensor.c
button-sensor.c
cc2420-arch.c Moved the cc2420 driver into a separate dev/cc2420 module 2014-01-26 23:20:27 +01:00
i2cmaster.c Add function to change I2C baudrate and push relevant configuration values to platform config 2014-10-20 14:23:36 +02:00
i2cmaster.h Add function to change I2C baudrate and push relevant configuration values to platform config 2014-10-20 14:23:36 +02:00
light-sensor.c
light-sensor.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
light-ziglet.c Add function to change I2C baudrate and push relevant configuration values to platform config 2014-10-20 14:23:36 +02:00
light-ziglet.h Add function to change I2C baudrate and push relevant configuration values to platform config 2014-10-20 14:23:36 +02:00
light.c
light.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
potentiometer-sensor.c
potentiometer-sensor.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
radio-sensor.c Moved the cc2420 driver into a separate dev/cc2420 module 2014-01-26 23:20:27 +01:00
reed-sensor.c Added Reed Sensor driver and example 2015-03-30 10:30:09 +02:00
reed-sensor.h Added Reed Sensor driver and example 2015-03-30 10:30:09 +02:00
relay-phidget.c Fixes warnings, bad code and code style 2014-10-20 10:28:00 +02:00
relay-phidget.h Fixes warnings, bad code and code style 2014-10-20 10:28:00 +02:00
sht11-arch.h
sht25.c Added Reed Sensor driver and example 2015-03-30 10:30:09 +02:00
sht25.h Added Reed Sensor driver and example 2015-03-30 10:30:09 +02:00
sky-sensors.c
sky-sensors.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
temperature-sensor.c
temperature-sensor.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
tlc59116.c Fixes warnings, bad code and code style 2014-10-20 10:28:00 +02:00
tlc59116.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
tmp102.c Z1: tmp102: simple: fixed wrong cast 2015-05-22 18:15:26 +02:00
tmp102.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
xmem.c
z1-phidgets.c
z1-phidgets.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00