Test program for the accelerometer on the app shield
Dependencies: C12832 MMA7660 mbed
Fork of app-shield-LCD by
Revision 6:67ad992f4baa, committed 2016-06-08
- 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 |
diff -r 636ebfdf373b -r 67ad992f4baa main.cpp --- 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() {
diff -r 636ebfdf373b -r 67ad992f4baa mbed.bld --- 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