Tom Tom
/
lcd
Test
main.cpp@0:0cf40ee51def, 2013-10-30 (annotated)
- Committer:
- tomlankhorst
- Date:
- Wed Oct 30 15:07:32 2013 +0000
- Revision:
- 0:0cf40ee51def
TextLCD
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tomlankhorst | 0:0cf40ee51def | 1 | #include "mbed.h" |
tomlankhorst | 0:0cf40ee51def | 2 | #include "TextLCD.h" |
tomlankhorst | 0:0cf40ee51def | 3 | |
tomlankhorst | 0:0cf40ee51def | 4 | TextLCD lcd(PTD2, PTE31, PTA17, PTA16, PTC17, PTC16); |
tomlankhorst | 0:0cf40ee51def | 5 | |
tomlankhorst | 0:0cf40ee51def | 6 | int main() { |
tomlankhorst | 0:0cf40ee51def | 7 | lcd.printf("YoloSwag!"); |
tomlankhorst | 0:0cf40ee51def | 8 | } |