Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 MMA7660 mbed
Fork of app-shield-accelerometer by
Diff: main.cpp
- Revision:
- 3:2db94ee076ee
- Parent:
- 2:a87e255a8f3a
- Child:
- 4:39c7c31b8fb0
diff -r a87e255a8f3a -r 2db94ee076ee main.cpp
--- a/main.cpp Fri Oct 26 10:49:28 2012 +0000
+++ b/main.cpp Wed Feb 05 15:32:38 2014 +0000
@@ -1,7 +1,8 @@
#include "mbed.h"
-#include "C12832_lcd.h"
+#include "C12832.h"
-C12832_LCD lcd;
+
+C12832 lcd(p5, p7, p6, p8, p11);
int main()
{
