Testing the compass lib we would like to use

Dependencies:   HMC5883L mbed

Files at this revision

API Documentation at this revision

Comitter:
jonathanw2
Date:
Mon Dec 01 20:54:50 2014 +0000
Commit message:
Blah;

Changed in this revision

HMC5883L.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r b90013a08325 HMC5883L.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HMC5883L.lib	Mon Dec 01 20:54:50 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/tylerjw/code/HMC5883L/#bc4e1201e092
diff -r 000000000000 -r b90013a08325 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Dec 01 20:54:50 2014 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "HMC5883L.h"
+
+DigitalOut myled(LED1);
+
+HMC5883L myCompass(D14,D15);
+Serial pc(USBTX, USBRX);
+
+int main() {
+    while(1) {
+        
+    }
+}
diff -r 000000000000 -r b90013a08325 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Dec 01 20:54:50 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file