Framework for etch-a-sketch program (designed for course ENGO 333 at UofC)
Dependencies: C12832 MMA7660 mbed
Fork of etch-a-sketch by
Revision 6:4757abd843e1, committed 2017-11-18
- Comitter:
- mozhdehshahbazi
- Date:
- Sat Nov 18 19:41:10 2017 +0000
- Parent:
- 5:4a28ddd11b5f
- Commit message:
- Framework for etch-a-sketch (for course ENGO 333 at UofC)
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4a28ddd11b5f -r 4757abd843e1 main.cpp --- a/main.cpp Sat Nov 18 19:39:33 2017 +0000 +++ b/main.cpp Sat Nov 18 19:41:10 2017 +0000 @@ -5,9 +5,6 @@ int main() { - // Variables - int x, y, joy, press; - float accX, accY, accZ, acc3; // create an accelerometer object MMA7660 accelerometer(p28, p27);