
lcd
Dependencies: TextLCD
Diff: main.cpp
- Revision:
- 0:95e2da588878
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Mar 12 14:43:21 2020 +0000 @@ -0,0 +1,9 @@ + +#include "mbed.h" +#include "TextLCD.h" + +TextLCD lcd(D10, D11, D12, D13, D14, D15, TextLCD::LCD20x4); // rs, e, d4-d7 + +int main() { + lcd.printf("Arci es la Bomba!\n"); +} \ No newline at end of file