MAG3110 library with calibrate operation included

Dependents:   FRDM-KL46-Template AxedaGo-Freescal_FRDM-KL46Z revert AxedaGo-Freescal_FRDM-KL46Z HC-05_S2B_HelloWorld_WIZwiki-W7500_sensores

Fork of MAG3110 by Andrew Lindsay

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Fri May 24 20:11:50 2013 +0000
Parent:
2:fb8024297377
Child:
4:cf40601402b7
Commit message:
getting docs to work

Changed in this revision

MAG3110.h Show annotated file Show diff for this revision Revisions of this file
--- a/MAG3110.h	Fri May 24 20:08:12 2013 +0000
+++ b/MAG3110.h	Fri May 24 20:11:50 2013 +0000
@@ -73,6 +73,10 @@
 // DR_STATUS Register ZYXOW ZOW YOW XOW ZYXDR ZDR YDR XDR
 #define MAG_3110_ZYXDR  0x08
 
+/**
+ * MAG3110 Class to read X/Y/Z data from the magentometer
+ *
+ */
 class MAG3110
 {
 public: