Olivier Nastorg / Mbed 2 deprecated ARNSRS_SERVOS_USB_TFT

Dependencies:   ADS1015 ARNSRS_SENSORS DmTftLibrary MS5803_14BA SDFileSystem mbed

Fork of ARNSRS_SERVOS_USB_TFT by POTLESS

Files at this revision

API Documentation at this revision

Comitter:
POTLESS_2
Date:
Thu May 04 06:04:15 2017 +0000
Parent:
8:e864edfe656e
Child:
10:b3d582597c1c
Commit message:
retour en arri?re, ca marche plus....

Changed in this revision

ARNSRS_SENSORS.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ARNSRS_SENSORS.lib	Wed May 03 19:50:11 2017 +0000
+++ b/ARNSRS_SENSORS.lib	Thu May 04 06:04:15 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/POTLESS/code/ARNSRS_SENSORS/#62992987f555
+https://developer.mbed.org/teams/POTLESS/code/ARNSRS_SENSORS/#edd605b13278
--- a/main.cpp	Wed May 03 19:50:11 2017 +0000
+++ b/main.cpp	Thu May 04 06:04:15 2017 +0000
@@ -25,8 +25,8 @@
 //Quelque FLAG...
 bool FLAG_SIMPLE_TIME = false;
 
-//COM Série
-Serial serialMonit (USBTX,USBRX); //Serial 2
+//COM Série vers l'ordi, Serial 2 par défaut
+Serial serialMonit (USBTX,USBRX); 
 
 //Variable des capteurs
 int co2, ppO2;
@@ -71,7 +71,7 @@
 void setup()
 {
     //Réglage de l'heure
-    SetTime();
+    //SetTime();
     
     wait(2);