Use Accelerometer and Joystick to mimic a mouse. This is for a class project. It is done for educational purpose. It is not practical to real world use.

Dependencies:   C12832_lcd MMA7660 USBDevice mbed

Committer:
thlu
Date:
Sat Mar 15 09:32:43 2014 +0000
Revision:
0:22bdcdc386df
Child:
1:03d0f8a4a2d7
Got calibration working using x,y, and z-axes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thlu 0:22bdcdc386df 1 /*
thlu 0:22bdcdc386df 2 #include "accelestick.h"
thlu 0:22bdcdc386df 3
thlu 0:22bdcdc386df 4 int main()
thlu 0:22bdcdc386df 5 {
thlu 0:22bdcdc386df 6 run_accelestick();
thlu 0:22bdcdc386df 7
thlu 0:22bdcdc386df 8 }
thlu 0:22bdcdc386df 9 */