Tom Tom
/
lcd
Test
Revision 0:0cf40ee51def, committed 2013-10-30
- Comitter:
- tomlankhorst
- Date:
- Wed Oct 30 15:07:32 2013 +0000
- Commit message:
- TextLCD
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Wed Oct 30 15:07:32 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/simon/code/TextLCD/#44f34c09bd37
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Oct 30 15:07:32 2013 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +#include "TextLCD.h" + +TextLCD lcd(PTD2, PTE31, PTA17, PTA16, PTC17, PTC16); + +int main() { + lcd.printf("YoloSwag!"); +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Oct 30 15:07:32 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/a9913a65894f \ No newline at end of file