Código para o menu no LCD
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Diff: main.cpp
- Revision:
- 19:2c890ae2d187
- Parent:
- 18:5338b83b4de9
- Child:
- 20:ccbd80b668ce
--- a/main.cpp Tue May 15 12:15:29 2018 +0000 +++ b/main.cpp Tue May 15 13:07:03 2018 +0000 @@ -2,6 +2,8 @@ #include "mbed.h" #include "TextLCD.h" +#include "string" +//#include "classes.h" // Host PC Communication channels Serial pc(USBTX, USBRX); // tx, rx //não apagar @@ -48,6 +50,8 @@ void botbaixo_press(void); void botbaixo_solto(void); +#include "classes.h" + //criar classe "menu" (funções para as telas) /*class Menu{ public: @@ -426,14 +430,15 @@ } Menu(); //não apagar -}; +};*/ Menu::Menu(){ //não apagar func = 0; } +Machine machine; Menu menu; -Machine machine; + int main () { lcd.setBacklight(TextLCD::LightOn); //liga backlight @@ -481,5 +486,5 @@ pbaixo = bot_baixo; bot_baixo = !bot_baixo; printf("baixo high"); - } */ + } \ No newline at end of file