![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Framework of classes and program to measure tilt angles using accelerometers
Fork of tilt_angles by
Diff: Tiltmeter.cpp
- 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 +