HMC58X3 Library

Fork of HMC58X3 by Yifei Teng

Revision:
3:1e0e0c47287a
Parent:
2:c5ac16c88514
Child:
4:8eb12adc8368
--- a/HMC58X3.h	Sat Nov 02 17:23:23 2013 +0000
+++ b/HMC58X3.h	Tue Nov 05 11:30:31 2013 +0000
@@ -79,16 +79,11 @@
 #define HMC58X3_R_IDB 11
 #define HMC58X3_R_IDC 12
 
-#define I2C_SDA p28
-#define I2C_SCL p27
-
 class HMC58X3
 {
 
 
 public:
-    //HMC58X3(PinName sda, PinName scl);
-    HMC58X3();
     HMC58X3(I2C i2c_);
     void init(bool setmode);
     void init(int address, bool setmode);
@@ -114,4 +109,3 @@
 };
 
 #endif // HMC58X3_h
-