pin assignments for mDot

Dependencies:   X_NUCLEO_COMMON

Dependents:   iks01a1_acc LoRaWAN-demo-72_mdotIKS01A1 MTDOT-UDKDemo_Senet MTDOT-UDKDemo

Fork of X_NUCLEO_IKS01A1 by ST

Revision:
46:badcff0675e8
Parent:
44:d757094f6229
Child:
50:f507d4465c31
--- a/Components/hts221/hts221_class.h	Mon Jun 08 15:36:36 2015 +0200
+++ b/Components/hts221/hts221_class.h	Mon Jun 08 17:22:35 2015 +0200
@@ -79,12 +79,6 @@
 		return HTS221_RebootCmd();
 	}
 
-	virtual void ConfigIT(uint16_t) { /* not yet implemented */ }
-	virtual void EnableIT(uint8_t) { /* not yet implemented */ }
-	virtual void DisableIT(uint8_t) { /* not yet implemented */ }
-	virtual uint8_t ITStatus(uint16_t, uint16_t) { /* not yet implemented */ return 0; }
-	virtual void ClearIT(uint16_t, uint16_t) { /* not yet implemented */ }
-
 	virtual int GetHumidity(float *pfData) {
 		return HTS221_GetHumidity(pfData);
 	}
@@ -93,6 +87,11 @@
 		return HTS221_GetTemperature(pfData);
 	}
 
+	virtual void ConfigIT(uint16_t) { /* not yet implemented */ }
+	virtual void EnableIT(uint8_t) { /* not yet implemented */ }
+	virtual void DisableIT(uint8_t) { /* not yet implemented */ }
+	virtual uint8_t ITStatus(uint16_t, uint16_t) { /* not yet implemented */ return 0; }
+	virtual void ClearIT(uint16_t, uint16_t) { /* not yet implemented */ }
 	virtual void AttachIT(void (*fptr)(void)) { /* not yet implemented */ }
 
  protected: