Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FXOS8700CQ
History
Fixed the char to be * char myJsonResponse[512];;
2016-07-23, by stefanrousseau [Sat, 23 Jul 2016 01:10:53 +0000] rev 34
Fixed the char to be * char myJsonResponse[512];;
Changed sock read so it clears out the return data string upon call. If data is obtained then it puts it in the cleared string. Changed sock read so that it returns how many bytes/chars it received from the read.
2016-07-21, by fkellermavnet [Thu, 21 Jul 2016 15:26:42 +0000] rev 33
Changed sock read so it clears out the return data string upon call. If data is obtained then it puts it in the cleared string. Changed sock read so that it returns how many bytes/chars it received from the read.
replaced incorrect usage of string data() with correct c_str().
2016-07-21, by fkellermavnet [Thu, 21 Jul 2016 01:51:59 +0000] rev 32
replaced incorrect usage of string data() with correct c_str().
Make TEMP_HUMIDITY_ONLY the default again for the sensors.
2016-07-20, by stefanrousseau [Wed, 20 Jul 2016 15:46:26 +0000] rev 31
Make TEMP_HUMIDITY_ONLY the default again for the sensors.
Changed the motion sensor instantiation from static to dynamic inside the function that uses it. This is needed because the WNC on the shield corrupts the I2C bus during initialization.
2016-07-20, by stefanrousseau [Wed, 20 Jul 2016 04:01:03 +0000] rev 30
Changed the motion sensor instantiation from static to dynamic inside the function that uses it. This is needed because the WNC on the shield corrupts the I2C bus during initialization.
Changed proximity to value instead of string
2016-07-16, by stefanrousseau [Sat, 16 Jul 2016 17:35:15 +0000] rev 29
Changed proximity to value instead of string
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 ...