Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ADS1015 ARNSRS_SENSORS DmTftLibrary MS5803_14BA SDFileSystem mbed
Fork of ARNSRS_SERVOS_USB_TFT by
Revision 9:d945fa4be3a5, committed 2017-05-04
- 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);
