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
Revision 77:d134a9a307ad, committed 2015-08-17
- Comitter:
- Wolfgang Betz
- Date:
- Mon Aug 17 08:41:46 2015 +0200
- Parent:
- 64:d99148a36403
- Child:
- 78:d6f1f7054b91
- Commit message:
- Backup commit
Changed in this revision
| Components/Interfaces/PressureSensor.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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:
/**