Soufflerie SP3 - 2 -2021

Dependencies:   C12832 bouton LM75B WifiEsp8266 Acquisitionentree Affichagesp3

Files at this revision

API Documentation at this revision

Comitter:
schnf30
Date:
Sun Jun 06 18:06:41 2021 +0000
Parent:
1:ecde61802f48
Commit message:
o

Changed in this revision

AffichageLcd.lib Show diff for this revision Revisions of this file
Affichagesp3.lib Show annotated file Show diff for this revision Revisions of this file
WifiEsp8266.lib Show annotated file Show diff for this revision Revisions of this file
WifiEsp8266Sp3.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ecde61802f48 -r 66c7279cda7c AffichageLcd.lib
--- a/AffichageLcd.lib	Sun Jun 06 12:15:12 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://os.mbed.com/users/schnf30/code/AffichageLcd/#695a25294ff7
diff -r ecde61802f48 -r 66c7279cda7c Affichagesp3.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Affichagesp3.lib	Sun Jun 06 18:06:41 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/schnf30/code/Affichagesp3/#cdbaa1dd5e8d
diff -r ecde61802f48 -r 66c7279cda7c WifiEsp8266.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WifiEsp8266.lib	Sun Jun 06 18:06:41 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/schnf30/code/WifiEsp8266/#732f48da2cce
diff -r ecde61802f48 -r 66c7279cda7c WifiEsp8266Sp3.lib
--- a/WifiEsp8266Sp3.lib	Sun Jun 06 12:15:12 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://os.mbed.com/users/schnf30/code/WifiEsp8266/#41f90e2ce7c5
diff -r ecde61802f48 -r 66c7279cda7c main.cpp
--- a/main.cpp	Sun Jun 06 12:15:12 2021 +0000
+++ b/main.cpp	Sun Jun 06 18:06:41 2021 +0000
@@ -4,8 +4,8 @@
 #include "platform/mbed_thread.h"
 #include "LM75B.h"
 #include "acquisition.h"
-#include "affichage.h"
-#include "wifiesp8266sp3.h"
+#include "affichagesp3.h"
+#include "wifiesp8266.h"
 #include "bouton.h"
 #include <stdlib.h>
 
@@ -21,7 +21,7 @@
 float Aic = 0;
 
 RawSerial PC(USBTX, USBRX);
-WifiEsp8266sp3 Wifi(PA_11,PA_12); // WifiEsp8266(PinName Txd, PinName Rxd);
+WifiEsp8266 Wifi(PA_11,PA_12,1.0); // WifiEsp8266(PinName Txd, PinName Rxd,float _timeout);
 DigitalOut En(PC_11);
 
 int main()
@@ -33,7 +33,7 @@
     char WifiPhrase[maxdata];
     PC.baud(921600);
     PC.printf("Hello SP3\r\n");
-    AffichageEcran();
+    AffichageEcransp3();
     InitBouton();
     char bouton;
     while (true) {
@@ -123,7 +123,7 @@
             }
         }
         if (ecranchange) {
-            AffichageEcran();
+            AffichageEcransp3();
             ecranchange=false;
         }
     }