Framework of classes and program to measure tilt angles using accelerometers
Fork of tilt_angles by
Tiltmeter.cpp@0:3bffc1862262, 2016-11-24 (annotated)
- Committer:
- mpetovello
- Date:
- Thu Nov 24 23:02:42 2016 +0000
- Revision:
- 0:3bffc1862262
Lab 10 draft, 2016
Who changed what in which revision?
User | Revision | Line number | New 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 |