ECE 4180 Lab 2 Part 2

Dependencies:   LSM9DS1_Library_cal mbed

Fork of LSM9DS1_Demo_wCal by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
abraha2d
Date:
Tue Oct 09 00:46:37 2018 +0000
Parent:
0:e693d5bf0a25
Commit message:
Save point

Changed in this revision

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 e693d5bf0a25 -r 5d0703ebf972 main.cpp
--- a/main.cpp	Wed Feb 03 18:47:07 2016 +0000
+++ b/main.cpp	Tue Oct 09 00:46:37 2018 +0000
@@ -8,7 +8,7 @@
 #define DECLINATION -4.94 // Declination (degrees) in Atlanta,GA.
 
 DigitalOut myled(LED1);
-Serial pc(USBTX, USBRX);
+Serial pc(p9, p10);
 // Calculate pitch, roll, and heading.
 // Pitch/roll calculations taken from this app note:
 // http://cache.freescale.com/files/sensors/doc/app_note/AN3461.pdf?fpsp=1
diff -r e693d5bf0a25 -r 5d0703ebf972 mbed.bld
--- a/mbed.bld	Wed Feb 03 18:47:07 2016 +0000
+++ b/mbed.bld	Tue Oct 09 00:46:37 2018 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/165afa46840b
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file