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
- Committer:
- kaiquedog
- Date:
- 2020-03-25
- Revision:
- 0:4a5c6f06b26c
- Child:
- 1:d5b85bc9e87b
File content as of revision 0:4a5c6f06b26c:
#include "mbed.h"
#include "LCD_ka.h"
int main(){
clc();
Inicia_LCD();
disp("kaique e um fofo");
}