Magnetometer program example of use for NMHU students and others.

Dependencies:   MAG3110 SLCD TSI mbed

Fork of magsensor_46_v2 by Stanley Cohen

Files at this revision

API Documentation at this revision

Comitter:
scohennm
Date:
Mon Mar 30 17:39:54 2015 +0000
Parent:
1:cba20461ceec
Commit message:
Magnetometer program example of use for NMHU students and others.

Changed in this revision

MAG3110.lib Show annotated file Show diff for this revision Revisions of this file
MAG3110sc.lib Show diff for this revision Revisions of this file
magsensorv4.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MAG3110.lib	Mon Mar 30 17:39:54 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/scohennm/code/MAG3110/#aa4c8b0317c6
--- a/MAG3110sc.lib	Sun Mar 29 18:24:10 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/aaronice/code/MAG3110/#0d18b4f607f8
--- a/magsensorv4.cpp	Sun Mar 29 18:24:10 2015 +0000
+++ b/magsensorv4.cpp	Mon Mar 30 17:39:54 2015 +0000
@@ -1,6 +1,6 @@
 
 #include "mbed.h"
-#include "MAG3110sc.h"
+#include "MAG3110.h"
 #include "SLCD.h"
 #include "TSISensor.h"
 /*