contiki/platform
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
..
apple2enh
atarixl
avr-atmega128rfa1
avr-raven
avr-ravenlcd Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
avr-ravenusb Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
avr-rcb
avr-zigbit
c64
c128
cc2530dk
cc2538dk CC2538: added support for SSI1 2015-05-18 10:02:55 +02:00
cooja Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
cooja-ip64 New Cooja platform designed for runnig IP64 routers for automated testing 2015-05-10 10:51:11 +02:00
econotag
ev-aducrf101mkxz
eval-adf7xxxmb4z
exp5438 Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
mbxxx
micaz
minimal-net
native
seedeye
sensinode
sky
srf06-cc26xx Update the CC26xx README in terms of CC26xxware 2015-05-17 15:01:02 +01:00
stm32test
win32
wismote Remove unused UIP_CONF_ND6_ defines in platforms 2015-03-24 13:09:29 +01:00
z1 Z1: tmp102: simple: fixed wrong cast 2015-05-22 18:15:26 +02:00