Test program for the accelerometer on the app shield

Dependencies:   C12832 MMA7660 mbed

Fork of app-shield-LCD by Chris Styles

Revision:
6:67ad992f4baa
Parent:
5:636ebfdf373b
--- a/main.cpp	Thu Feb 06 17:00:28 2014 +0000
+++ b/main.cpp	Wed Jun 08 10:33:25 2016 +0000
@@ -4,7 +4,8 @@
 
 // Using Arduino pin notation
 C12832 lcd(D11, D13, D12, D7, D10);
-MMA7660 MMA(SDA,SCL);
+MMA7660 MMA(D14,D15);
+
 
 int main()
 {