Framework of classes and program to measure tilt angles using accelerometers

Dependencies:   C12832 mbed

Fork of tilt_angles by Mark Petovello

Committer:
mpetovello
Date:
Thu Nov 24 23:02:42 2016 +0000
Revision:
0:3bffc1862262
Lab 10 draft, 2016

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