mavis beacon

Dependencies:   C12832 mbed

main.cpp

Committer:
farzeen
Date:
2014-03-04
Revision:
0:a53216950e40
Child:
1:c169262246ee

File content as of revision 0:a53216950e40:

#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() 
{
    
}