Demo program of sparkfun's low cost 9DoF IMU

Dependencies:   mbed

Fork of SparkfunSensorStick by Tyler Woei-A-Sack

Files at this revision

API Documentation at this revision

Comitter:
TMDub88
Date:
Mon Oct 31 01:49:03 2016 +0000
Parent:
0:10233c4107e1
Commit message:
Tyler Woei-A-Sack

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 31 01:44:39 2016 +0000
+++ b/main.cpp	Mon Oct 31 01:49:03 2016 +0000
@@ -1,3 +1,4 @@
+#include "mbed.h"
 #include "LSM9DS1.h"
  
 Serial pc(USBTX, USBRX);