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.
Fork of X_NUCLEO_IKS01A1 by
Revision 67:08521fc910e8, committed 2015-08-14
- Comitter:
- Wolfgang Betz
- Date:
- Fri Aug 14 14:07:42 2015 +0200
- Parent:
- 64:d99148a36403
- Child:
- 68:80ed47950750
- Child:
- 69:18dd13517e52
- Commit message:
- Add "hello world" style application for IKS01A1
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 Fri Aug 14 14:07:42 2015 +0200
@@ -46,7 +46,7 @@
/* Classes ------------------------------------------------------------------*/
/** An abstract class for a Pressure Sensor
*/
-class PressureSensor
+class PressureSensor : public GenericSensor
{
public:
/**
