The library for the HMC5883L, which allows you to receive directional information from this library.

Dependents:   Seeed_Grove_Digital_Compass_Example

Fork of HMC5883L by Tyler Weaver

Revision:
3:14d274e0f9de
Parent:
2:8eb755577f83
Child:
4:bc4e1201e092
--- a/HMC5883L.cpp	Thu Nov 01 18:43:52 2012 +0000
+++ b/HMC5883L.cpp	Tue Nov 06 17:25:45 2012 +0000
@@ -117,7 +117,7 @@
     return cmd[1];
 }
 
-void HMC5883L::getXYZ(int output[3])
+void HMC5883L::getXYZ(int16_t output[3])
 {
     char cmd[2];
     char data[6];