Skip to content

Commit c033353

Browse files
authored
Merge pull request #294 from EnviroDIY/develop
Develop
2 parents f081601 + 6303f68 commit c033353

File tree

23 files changed

+236
-186
lines changed

23 files changed

+236
-186
lines changed

examples/DRWI_CitSci/DRWI_CitSci.ino

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
both the EnviroDIY data portal as should be used by groups involved with
@@ -21,9 +21,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2121
// Defines for the Arduino IDE
2222
// In PlatformIO, set these build flags in your platformio.ini
2323
// ==========================================================================
24-
#ifndef SDI12_EXTERNAL_PCINT
25-
#define SDI12_EXTERNAL_PCINT
26-
#endif
2724
#ifndef TINY_GSM_RX_BUFFER
2825
#define TINY_GSM_RX_BUFFER 512
2926
#endif
@@ -43,7 +40,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4340
// Data Logger Settings
4441
// ==========================================================================
4542
// The library version this example was written for
46-
const char *libraryVersion = "0.23.10";
43+
const char *libraryVersion = "0.23.11";
4744
// The name of this file
4845
const char *sketchName = "DWRI_CitSci.ino";
4946
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_LTE/DRWI_LTE.ino

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
both the EnviroDIY data portal as should be used by groups involved with
@@ -21,9 +21,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2121
// Defines for the Arduino IDE
2222
// In PlatformIO, set these build flags in your platformio.ini
2323
// ==========================================================================
24-
#ifndef SDI12_EXTERNAL_PCINT
25-
#define SDI12_EXTERNAL_PCINT
26-
#endif
2724
#ifndef TINY_GSM_RX_BUFFER
2825
#define TINY_GSM_RX_BUFFER 512
2926
#endif
@@ -43,7 +40,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4340
// Data Logger Settings
4441
// ==========================================================================
4542
// The library version this example was written for
46-
const char *libraryVersion = "0.23.10";
43+
const char *libraryVersion = "0.23.11";
4744
// The name of this file
4845
const char *sketchName = "DRWI_LTE.ino";
4946
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_NoCellular/DRWI_NoCellular.ino

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data to an SD card as should be used by
1313
groups involved with The William Penn Foundation's Delaware River Watershed
@@ -21,9 +21,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2121
// Defines for the Arduino IDE
2222
// In PlatformIO, set these build flags in your platformio.ini
2323
// ==========================================================================
24-
#ifndef SDI12_EXTERNAL_PCINT
25-
#define SDI12_EXTERNAL_PCINT
26-
#endif
2724

2825
// ==========================================================================
2926
// Include the base required libraries
@@ -37,7 +34,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
3734
// Data Logger Settings
3835
// ==========================================================================
3936
// The library version this example was written for
40-
const char *libraryVersion = "0.23.10";
37+
const char *libraryVersion = "0.23.11";
4138
// The name of this file
4239
const char *sketchName = "DRWI_NoCellular.ino";
4340
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/baro_rho_correction/baro_rho_correction.ino

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
the EnviroDIY data portal.
@@ -20,12 +20,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2020
// Defines for the Arduino IDE
2121
// In PlatformIO, set these build flags in your platformio.ini
2222
// ==========================================================================
23-
#ifndef SDI12_EXTERNAL_PCINT
24-
#define SDI12_EXTERNAL_PCINT
25-
#endif
26-
#ifndef NEOSWSERIAL_EXTERNAL_PCINT
27-
#define NEOSWSERIAL_EXTERNAL_PCINT
28-
#endif
2923
#ifndef TINY_GSM_RX_BUFFER
3024
#define TINY_GSM_RX_BUFFER 512
3125
#endif
@@ -49,7 +43,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4943
// Data Logger Settings
5044
// ==========================================================================
5145
// The library version this example was written for
52-
const char *libraryVersion = "0.23.10";
46+
const char *libraryVersion = "0.23.11";
5347
// The name of this file
5448
const char *sketchName = "baro_rho_correction.ino";
5549
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/cuahsi_workshop/cuahsi_workshop.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This shows most of the standard functions of the library at once.
1313
@@ -42,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4242
// Data Logger Settings
4343
// ==========================================================================
4444
// The library version this example was written for
45-
const char *libraryVersion = "0.23.10";
45+
const char *libraryVersion = "0.23.11";
4646
// The name of this file
4747
const char *sketchName = "cuahsi_workshop.ino";
4848
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/data_saving/data_saving.ino

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data to an SD card and sending only a
1313
portion of that data to the EnviroDIY data portal.
@@ -20,12 +20,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2020
// Defines for the Arduino IDE
2121
// In PlatformIO, set these build flags in your platformio.ini
2222
// ==========================================================================
23-
#ifndef SDI12_EXTERNAL_PCINT
24-
#define SDI12_EXTERNAL_PCINT
25-
#endif
26-
#ifndef NEOSWSERIAL_EXTERNAL_PCINT
27-
#define NEOSWSERIAL_EXTERNAL_PCINT
28-
#endif
2923
#ifndef TINY_GSM_RX_BUFFER
3024
#define TINY_GSM_RX_BUFFER 512
3125
#endif
@@ -48,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4842
// Data Logger Settings
4943
// ==========================================================================
5044
// The library version this example was written for
51-
const char *libraryVersion = "0.23.10";
45+
const char *libraryVersion = "0.23.11";
5246
// The name of this file
5347
const char *sketchName = "data_saving.ino";
5448
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/double_logger/double_logger.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data from different variables at two
1313
different logging intervals. This example uses more of the manual functions
@@ -29,7 +29,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2929
// Data Logger Settings
3030
// ==========================================================================
3131
// The library version this example was written for
32-
const char *libraryVersion = "0.23.10";
32+
const char *libraryVersion = "0.23.11";
3333
// The name of this file
3434
const char *sketchName = "double_logger.ino";
3535
// Logger ID - we're only using one logger ID for both "loggers"

examples/logging_to_MMW/logging_to_MMW.ino

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This shows most of the standard functions of the library at once.
1313
@@ -19,12 +19,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
1919
// Defines for the Arduino IDE
2020
// In PlatformIO, set these build flags in your platformio.ini
2121
// ==========================================================================
22-
#ifndef SDI12_EXTERNAL_PCINT
23-
#define SDI12_EXTERNAL_PCINT
24-
#endif
25-
#ifndef NEOSWSERIAL_EXTERNAL_PCINT
26-
#define NEOSWSERIAL_EXTERNAL_PCINT
27-
#endif
2822
#ifndef TINY_GSM_RX_BUFFER
2923
#define TINY_GSM_RX_BUFFER 512
3024
#endif
@@ -47,7 +41,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4741
// Data Logger Settings
4842
// ==========================================================================
4943
// The library version this example was written for
50-
const char *libraryVersion = "0.23.10";
44+
const char *libraryVersion = "0.23.11";
5145
// The name of this file
5246
const char *sketchName = "logging_to MMW.ino";
5347
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
ThingSpeak.
@@ -20,12 +20,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2020
// Defines for the Arduino IDE
2121
// In PlatformIO, set these build flags in your platformio.ini
2222
// ==========================================================================
23-
#ifndef SDI12_EXTERNAL_PCINT
24-
#define SDI12_EXTERNAL_PCINT
25-
#endif
26-
#ifndef NEOSWSERIAL_EXTERNAL_PCINT
27-
#define NEOSWSERIAL_EXTERNAL_PCINT
28-
#endif
2923
#ifndef TINY_GSM_RX_BUFFER
3024
#define TINY_GSM_RX_BUFFER 512
3125
#endif
@@ -48,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4842
// Data Logger Settings
4943
// ==========================================================================
5044
// The library version this example was written for
51-
const char *libraryVersion = "0.23.10";
45+
const char *libraryVersion = "0.23.11";
5246
// The name of this file
5347
const char *sketchName = "logging_to_ThingSpeak.ino";
5448
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/menu_a_la_carte/menu_a_la_carte.ino

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.23.10
10+
This example sketch is written for ModularSensors library version 0.23.11
1111
1212
This shows most of the standard functions of the library at once.
1313
@@ -19,12 +19,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
1919
// Defines for the Arduino IDE
2020
// In PlatformIO, set these build flags in your platformio.ini
2121
// ==========================================================================
22-
#ifndef SDI12_EXTERNAL_PCINT
23-
#define SDI12_EXTERNAL_PCINT
24-
#endif
25-
#ifndef NEOSWSERIAL_EXTERNAL_PCINT
26-
#define NEOSWSERIAL_EXTERNAL_PCINT
27-
#endif
2822
#ifndef TINY_GSM_RX_BUFFER
2923
#define TINY_GSM_RX_BUFFER 512
3024
#endif
@@ -48,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4842
// Data Logger Settings
4943
// ==========================================================================
5044
// The library version this example was written for
51-
const char *libraryVersion = "0.23.10";
45+
const char *libraryVersion = "0.23.11";
5246
// The name of this file
5347
const char *sketchName = "menu_a_la_carte.ino";
5448
// Logger ID, also becomes the prefix for the name of the data file on SD card

0 commit comments

Comments
 (0)