Código para o menu no LCD
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Diff: main.cpp
- Revision:
- 43:4684aba69ba6
- Parent:
- 42:48096cfdea78
- Child:
- 44:15968c7431c6
--- a/main.cpp Sun Jun 10 21:52:12 2018 +0000 +++ b/main.cpp Mon Jun 11 20:09:48 2018 +0000 @@ -14,6 +14,9 @@ Timer tpontinhos; Timer wifi_serial; Timer clean_wifi; +Timer t1; +Timer t2; +Timer t3; //I2C Communication I2C i2c_lcd(D14,D15); // SDA, SCL //não apagar @@ -49,6 +52,7 @@ int quebrar = 0; int f = 0; int limpar_cola = 0; +int tempo; int jog_working = 0; int emerg = 0;