Framework of classes and program to measure tilt angles using accelerometers

Dependencies:   C12832 mbed

Fork of tilt_angles by Mark Petovello

Revision:
0:3bffc1862262
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tiltmeter.cpp	Thu Nov 24 23:02:42 2016 +0000
@@ -0,0 +1,7 @@
+#include "Tiltmeter.h"
+
+#include "math.h"
+
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Paste your code from the pre-lab assignment here
+