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: mbed SHT21_ncleee WakeUp SSD1306 DHT Adafruit_TCS34725 DS1820
Revision 36:9976876a2fee, committed 2020-01-13
- Comitter:
- Germaint
- Date:
- Mon Jan 13 10:40:05 2020 +0000
- Parent:
- 35:d87c1391706a
- Commit message:
- Foctionnel sans SB (40 sec entre deux mesures)
Changed in this revision
| define.hh | 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/define.hh Mon Jan 13 08:05:04 2020 +0000 +++ b/define.hh Mon Jan 13 10:40:05 2020 +0000 @@ -7,6 +7,6 @@ #define RGB #define OLED #define INTERRUPTEUR -//#define AIR_PARAMETERS_DHT22 +#define AIR_PARAMETERS_DHT22 #define DEEPSLEEP #define BATTERY_LVL
--- a/main.cpp Mon Jan 13 08:05:04 2020 +0000
+++ b/main.cpp Mon Jan 13 10:40:05 2020 +0000
@@ -2,7 +2,7 @@
int main(){
#ifdef DEEPSLEEP
- WakeUp::calibrate();
+ //WakeUp::calibrate();
#endif
#ifdef INTERRUPTEUR