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.
Diff: MeasurementHistory.h
- Revision:
- 25:a5e5b51d4c2a
- Parent:
- 24:6f7c34f9d0f8
- Child:
- 26:5ba66b16c542
diff -r 6f7c34f9d0f8 -r a5e5b51d4c2a MeasurementHistory.h --- a/MeasurementHistory.h Wed May 29 07:11:21 2019 +0000 +++ b/MeasurementHistory.h Wed May 29 07:33:43 2019 +0000 @@ -23,7 +23,8 @@ uint32_t time; // Size: 96 bits, 12 Bytes }; - // Enum for pressure trend + + // Enum for pressure trend enum pressureTrendStates { UNKNOWN = 0, FALLING_CONTINUOUSLY = 1, @@ -36,7 +37,8 @@ RISING_LESSER_RISE = 8, STEADY = 9 }; - // Counting the array's dimension according to max size + + // Counting the array's dimension according to max size static const int DEFAULT_SIZE = 2048; static const int ARRAY_SIZE = DEFAULT_SIZE/sizeof(Data);