Stage-1 Students SoCEM / Mbed OS ReferredCoursework2016

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_IKS01A1 by ST

Revision:
4:566f2c41dc1d
Parent:
3:088aa5839e0d
Child:
18:1cb4ae9d83e7
diff -r 088aa5839e0d -r 566f2c41dc1d Components/Common/Magneto.h
--- a/Components/Common/Magneto.h	Mon Apr 13 14:44:02 2015 +0200
+++ b/Components/Common/Magneto.h	Tue Apr 14 15:32:06 2015 +0200
@@ -50,9 +50,9 @@
 class Magneto
 {
  public:
-	virtual MAGNETO_StatusTypeDef Init(MAGNETO_InitTypeDef&) = 0;
-	virtual MAGNETO_StatusTypeDef Read_M_ID(uint8_t&) = 0;
-	virtual MAGNETO_StatusTypeDef Get_M_Axes(int32_t&) = 0;
+	virtual MAGNETO_StatusTypeDef Init(MAGNETO_InitTypeDef*) = 0;
+	virtual MAGNETO_StatusTypeDef Read_M_ID(uint8_t*) = 0;
+	virtual MAGNETO_StatusTypeDef Get_M_Axes(int32_t*) = 0;
 
  protected:
 	Magneto(void) {};