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:
- 26:5ba66b16c542
- Parent:
- 25:a5e5b51d4c2a
diff -r a5e5b51d4c2a -r 5ba66b16c542 MeasurementHistory.h --- a/MeasurementHistory.h Wed May 29 07:33:43 2019 +0000 +++ b/MeasurementHistory.h Wed May 29 08:34:30 2019 +0000 @@ -12,7 +12,7 @@ void addMeasurement(uint32_t pressure, int16_t temp, uint16_t humidity, uint32_t time); //return the trend of the pressure (not a "value" but the enum) - pressureTrendStates getPressureTrend( uint32_t newPressure); + int getPressureTrend( uint32_t newPressure); private: