
updated version with parameters loaded from sdcard
Dependencies: F7_Ethernet mbed MbedJSONValue LCD_DISCO_F746NG mbed-rtos BSP_DISCO_F746NG CANMsg NetworkAPI SDFileSystem_Warning_Fixed GroveStreamsmodified LcdDiscoF746NgTracer JSON
Revision 13:fdec444a7b30, committed 2020-12-29
- Comitter:
- 38domo
- Date:
- Tue Dec 29 16:05:28 2020 +0000
- Branch:
- jpa
- Parent:
- 12:15ae35cfb03f
- Child:
- 14:c5ca2a8e63a5
- Commit message:
- save 29/12
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Sep 17 20:32:02 2020 +0000 +++ b/main.cpp Tue Dec 29 16:05:28 2020 +0000 @@ -84,15 +84,15 @@ extern char statusButton[5][30]; //#include "touchScreen.cpp" -int touchInitJPA1(); -int touchJPA1(); -int touchInitGuiJPA1(); -int sendTouchJPA(int xx); +int touchInitJPA1(); // from touchScreenJPA.cpp +int touchJPA1(); // from touchScreenJPA.cpp +int touchInitGuiJPA1(); // from touchScreenJPA.cpp +int sendTouchJPA(int xx); // from touchScreenJPA.cpp time_t lastToucheTime = 0; -int touchButtonJPA1(int numButton); +int touchButtonJPA1(int numButton); // from touchScreenJPa.cpp //#include "GuiJPA.cpp" -int initDisplayTemp(); +int initDisplayTemp(); int initDatasGuiJPA(); int setTemp1(std::string temp1); int setTemp2(std::string temp2);