This program simply connects to a HTS221 I2C device to read Temperature

Dependencies:   FXOS8700CQ mbed

History

source-code default tip

2016-07-16, by jet2mars [Sat, 16 Jul 2016 17:24:50 +0000] rev 29

source-code


comment cleanup

2016-07-15, by JMF [Fri, 15 Jul 2016 13:17:26 +0000] rev 28

comment cleanup


Removed now merged in file that mbed automatically added that I didn't see on last commit.

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 20:12:49 +0000] rev 27

Removed now merged in file that mbed automatically added that I didn't see on last commit.


Merged in my changes with Stefan's (hopefully correctly)

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 20:11:57 +0000] rev 26

Merged in my changes with Stefan's (hopefully correctly)


Only do 1 socket open (before was doing open -> write -> read -> close. So now do 1 open then write -> read -> write -> read ...

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 20:05:21 +0000] rev 25

Only do 1 socket open (before was doing open -> write -> read -> close. So now do 1 open then write -> read -> write -> read ...


Updated config_me header file descriptions and moved the sensor update interval there.

2016-07-13, by stefanrousseau [Wed, 13 Jul 2016 20:01:12 +0000] rev 24

Updated config_me header file descriptions and moved the sensor update interval there.


Added text to config_me. Also moved the sensor update definition there.

2016-07-13, by stefanrousseau [Wed, 13 Jul 2016 19:53:44 +0000] rev 23

Added text to config_me. Also moved the sensor update definition there.


Added a 10mS delay to the socket read function. 10mS for the first read and then 10mS in between each retry.

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 19:39:56 +0000] rev 22

Added a 10mS delay to the socket read function. 10mS for the first read and then 10mS in between each retry.


Cleaned up config_me.h a little and added some comments for the user variables. More comments need to be added. Cleaned up some of my unused debug code at the bottom of main().

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 18:34:56 +0000] rev 21

Cleaned up config_me.h a little and added some comments for the user variables. More comments need to be added. Cleaned up some of my unused debug code at the bottom of main().


Set LED to RED for initialization, then BLUE after once the WNC is setup for internet comms, then GREEN after a response comes back from the server.; ; Then the LED is never touched and any incoming flow commands will set the color going forward.

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 17:57:14 +0000] rev 20

Set LED to RED for initialization, then BLUE after once the WNC is setup for internet comms, then GREEN after a response comes back from the server.; ; Then the LED is never touched and any incoming flow commands will set the color going forward.