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.
main.cpp@0:4a5c6f06b26c, 2020-03-25 (annotated)
- Committer:
- kaiquedog
- Date:
- Wed Mar 25 19:24:43 2020 +0000
- Revision:
- 0:4a5c6f06b26c
- Child:
- 1:d5b85bc9e87b
LCD com biblioteca (fase de testes);
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kaiquedog | 0:4a5c6f06b26c | 1 | #include "mbed.h" |
| kaiquedog | 0:4a5c6f06b26c | 2 | #include "LCD_ka.h" |
| kaiquedog | 0:4a5c6f06b26c | 3 | |
| kaiquedog | 0:4a5c6f06b26c | 4 | int main(){ |
| kaiquedog | 0:4a5c6f06b26c | 5 | clc(); |
| kaiquedog | 0:4a5c6f06b26c | 6 | Inicia_LCD(); |
| kaiquedog | 0:4a5c6f06b26c | 7 | disp("kaique e um fofo"); |
| kaiquedog | 0:4a5c6f06b26c | 8 | |
| kaiquedog | 0:4a5c6f06b26c | 9 | |
| kaiquedog | 0:4a5c6f06b26c | 10 | |
| kaiquedog | 0:4a5c6f06b26c | 11 | |
| kaiquedog | 0:4a5c6f06b26c | 12 | |
| kaiquedog | 0:4a5c6f06b26c | 13 | |
| kaiquedog | 0:4a5c6f06b26c | 14 | |
| kaiquedog | 0:4a5c6f06b26c | 15 | |
| kaiquedog | 0:4a5c6f06b26c | 16 | |
| kaiquedog | 0:4a5c6f06b26c | 17 | } |