removed X-NUCLEO-COMMON and ST-INTERFACES

Dependents:   unh-hackathon-example unh-hackathon-example-raw

Fork of X_NUCLEO_IKS01A1 by ST

Files at this revision

API Documentation at this revision

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:
 	/**