osd-contiki/platform/z1
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
..
apps Cleanup of the node-id.h files. The node-id.h file contains 2012-11-20 19:59:46 +01:00
dev Z1: tmp102: simple: fixed wrong cast 2015-05-22 18:15:26 +02:00
cfs-coffee-arch.h Coffee no longer uses watchdog calls 2011-01-18 15:49:37 +00:00
contiki-conf.h Remove unused UIP_CONF_ND6_ defines in platforms 2015-03-24 13:09:29 +01:00
contiki-z1-main.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
contiki-z1-platform.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
Makefile.common Added SHT25 sensor 2015-03-10 15:33:58 +01:00
Makefile.z1 Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.z1sp Merges Z1SP into Z1 platform 2014-07-04 10:41:05 +02:00
node-id.c Use the Z1 product ID as MAC/Node ID if no value is found in the XMEM 2014-10-20 10:36:49 +02:00
platform-conf.h Add function to change I2C baudrate and push relevant configuration values to platform config 2014-10-20 14:23:36 +02:00
README.z1sp Merges Z1SP into Z1 platform 2014-07-04 10:41:05 +02:00

Using the Z1 starter platform (Z1SP)
============================================

To enable the Z1SP components, you should include in your application Makefile
the ZOLERTIA_Z1SP flag set to 1, see "examples/z1/Makefile".

For Z1SP specific information please go to:

http://zolertia.sourceforge.net/wiki/index.php/Mainpage:z1sp