mavis beacon

Dependencies:   C12832 mbed

Revision:
0:a53216950e40
Child:
1:c169262246ee
diff -r 000000000000 -r a53216950e40 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Mar 04 03:58:55 2014 +0000
@@ -0,0 +1,21 @@
+#include "mbed.h"
+#include "C12832.h"
+
+C12832 lcd(p5, p7, p6, p8, p11);
+DigitalIn play(p14);
+
+char sents[][60] = {"Jackdaws love my big sphinx of quartz.",
+                    "The quick brown fox jumped over the lazy dog.",
+                    "Cwm fjordbank glyphs vext quiz.",
+                    "Pack my box with five dozen liquor jugs.",
+                    "A quick movement of the enemy will jeopardize six gunboats.",
+                    "The five boxing wizards jump quickly.",
+                    "Crazy Fredericka bought many very exquisite opal jewels.",
+                    "Amazingly few discotheques provide jukeboxes.",
+                    "Sphinx of black quartz, judge my vow!",
+                    "Brawny gods just flocked up to quiz and vex him."};
+
+int main() 
+{
+    
+}