Framework for etch-a-sketch program (designed for course ENGO 333 at UofC)

Dependencies:   C12832 MMA7660 mbed

Fork of etch-a-sketch by Mark Petovello

Files at this revision

API Documentation at this revision

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
--- 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);