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: X_NUCLEO_COMMON ST_INTERFACES
Diff: Components/Interfaces/PressureSensor.h
- Revision:
- 77:d134a9a307ad
- Parent:
- 46:badcff0675e8
diff -r d99148a36403 -r d134a9a307ad Components/Interfaces/PressureSensor.h
--- a/Components/Interfaces/PressureSensor.h Wed Jun 17 15:04:13 2015 +0200
+++ b/Components/Interfaces/PressureSensor.h Mon Aug 17 08:41:46 2015 +0200
@@ -46,7 +46,7 @@
/* Classes ------------------------------------------------------------------*/
/** An abstract class for a Pressure Sensor
*/
-class PressureSensor
+class PressureSensor : public GenericSensor
{
public:
/**