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.
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Diff: main.cpp
- Revision:
- 18:5338b83b4de9
- Parent:
- 16:6912d19a0016
- Child:
- 19:2c890ae2d187
--- a/main.cpp Tue May 15 12:05:45 2018 +0000
+++ b/main.cpp Tue May 15 12:15:29 2018 +0000
@@ -49,7 +49,7 @@
void botbaixo_solto(void);
//criar classe "menu" (funções para as telas)
-class Menu{
+/*class Menu{
public:
int linha;
int func;
@@ -433,6 +433,7 @@
}
Menu menu;
+Machine machine;
int main () {
lcd.setBacklight(TextLCD::LightOn); //liga backlight
@@ -480,4 +481,5 @@
pbaixo = bot_baixo;
bot_baixo = !bot_baixo;
printf("baixo high");
- }
\ No newline at end of file
+ } */
+
\ No newline at end of file
