Framework of classes and program to measure tilt angles using accelerometers

Dependencies:   C12832 mbed

Fork of tilt_angles by Mark Petovello

Committer:
mpetovello
Date:
Fri Nov 25 15:18:28 2016 +0000
Revision:
1:64f1aefe1842
Parent:
0:3bffc1862262
Removed MMA7660 library (unnecessary)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mpetovello 0:3bffc1862262 1 #include "Tiltmeter.h"
mpetovello 0:3bffc1862262 2
mpetovello 0:3bffc1862262 3 #include "math.h"
mpetovello 0:3bffc1862262 4
mpetovello 0:3bffc1862262 5 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpetovello 0:3bffc1862262 6 // Paste your code from the pre-lab assignment here
mpetovello 0:3bffc1862262 7