power rangers
/
MavisBeacon
mavis beacon
Revision 0:a53216950e40, committed 2014-03-04
- Comitter:
- farzeen
- Date:
- Tue Mar 04 03:58:55 2014 +0000
- Child:
- 1:c169262246ee
- Commit message:
- mavis beacon initial commit
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/C12832.lib Tue Mar 04 03:58:55 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/chris/code/C12832/#7de323fa46fe
--- /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() +{ + +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Mar 04 03:58:55 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/8e73be2a2ac1 \ No newline at end of file