Test program for the accelerometer on the app shield

Dependencies:   C12832 MMA7660 mbed

Fork of app-shield-LCD by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Wed Jun 08 10:33:25 2016 +0000
Parent:
5:636ebfdf373b
Commit message:
Changed pin notation for SCL/SDA to D14/D15

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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()
 {
--- a/mbed.bld	Thu Feb 06 17:00:28 2014 +0000
+++ b/mbed.bld	Wed Jun 08 10:33:25 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/cd19af002ccc
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file