Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PID_encoder by
main.cpp@1:954623d16310, 2016-09-29 (annotated)
- Committer:
- squinteroz
- Date:
- Thu Sep 29 16:48:52 2016 +0000
- Revision:
- 1:954623d16310
- Parent:
- 0:40599894595a
- Child:
- 2:81e45f6f6410
h;
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| squinteroz | 0:40599894595a | 1 | #include "mbed.h" | 
| squinteroz | 0:40599894595a | 2 | #include "TextLCD.h"// nos permite usar el lcd en nuestro comando | 
| squinteroz | 0:40599894595a | 3 | |
| squinteroz | 0:40599894595a | 4 | |
| squinteroz | 1:954623d16310 | 5 | TextLCD lcd(PTE0, PTE1, PTE2, PTE3, PTE4, PTE5, TextLCD::LCD16x2B); // rs, e, d4-d7 Teclado | 
| squinteroz | 1:954623d16310 | 6 | //asignamos el puerto a cada interruptor | 
| squinteroz | 0:40599894595a | 7 | |
| squinteroz | 0:40599894595a | 8 | int main() { | 
| squinteroz | 1:954623d16310 | 9 | lcd.printf("Lopez GAY\n"); | 
| squinteroz | 0:40599894595a | 10 | } | 
| squinteroz | 0:40599894595a | 11 | |
| squinteroz | 0:40599894595a | 12 | |
| squinteroz | 0:40599894595a | 13 | |
| squinteroz | 0:40599894595a | 14 | 
