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
Diff: Flow_parameters.h
- Revision:
- 4:f83bedd9cab4
- Parent:
- 3:26b3cc155f39
- Child:
- 7:489835c87d95
- Child:
- 8:b08ec94d9e9f
--- a/Flow_parameters.h Sun Jul 10 09:12:33 2016 +0000
+++ b/Flow_parameters.h Mon Jul 11 06:53:41 2016 +0000
@@ -11,19 +11,6 @@
/******************************************************
* Type Definitions
******************************************************/
-#define SENSOR_FIELD_LEN_LIMIT 32
-typedef struct
-{
- char Temperature[SENSOR_FIELD_LEN_LIMIT];
- char Humidity[SENSOR_FIELD_LEN_LIMIT];
- char AccelX[SENSOR_FIELD_LEN_LIMIT];
- char AccelY[SENSOR_FIELD_LEN_LIMIT];
- char AccelZ[SENSOR_FIELD_LEN_LIMIT];
- char AmbientLight[SENSOR_FIELD_LEN_LIMIT];
- char UVindex[SENSOR_FIELD_LEN_LIMIT];
- char Proximity[SENSOR_FIELD_LEN_LIMIT];
-} K64F_Sensors_t ;
-
#define FLOW_FIELD_LEN_LIMIT 32
// Flow Message Definition //
typedef struct

