File tree Expand file tree Collapse file tree 15 files changed +27
-27
lines changed
simple_logging_LearnEnviroDIY Expand file tree Collapse file tree 15 files changed +27
-27
lines changed Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card and sending the data to
1313both the EnviroDIY data portal as should be used by groups involved with
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828// Data Logger Settings
2929// ==========================================================================
3030// The library version this example was written for
31- const char *libraryVersion = " 0.21.3 " ;
31+ const char *libraryVersion = " 0.21.4 " ;
3232// The name of this file
3333const char *sketchName = " DWRI_CitSci.ino" ;
3434// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card and sending the data to
1313both the EnviroDIY data portal as should be used by groups involved with
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828// Data Logger Settings
2929// ==========================================================================
3030// The library version this example was written for
31- const char *libraryVersion = " 0.21.3 " ;
31+ const char *libraryVersion = " 0.21.4 " ;
3232// The name of this file
3333const char *sketchName = " DRWI_LTE.ino" ;
3434// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card as should be used by
1313groups involved with The William Penn Foundation's Delaware River Watershed
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828// Data Logger Settings
2929// ==========================================================================
3030// The library version this example was written for
31- const char *libraryVersion = " 0.21.3 " ;
31+ const char *libraryVersion = " 0.21.4 " ;
3232// The name of this file
3333const char *sketchName = " DRWI_NoCellular.ino" ;
3434// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card and sending the data to
1313the EnviroDIY data portal.
@@ -27,7 +27,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2727// Data Logger Settings
2828// ==========================================================================
2929// The library version this example was written for
30- const char *libraryVersion = " 0.21.3 " ;
30+ const char *libraryVersion = " 0.21.4 " ;
3131// The name of this file
3232const char *sketchName = " baro_rho_correction.ino" ;
3333// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card and sending only a
1313portion of that data to the EnviroDIY data portal.
@@ -27,7 +27,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2727// Data Logger Settings
2828// ==========================================================================
2929// The library version this example was written for
30- const char *libraryVersion = " 0.21.3 " ;
30+ const char *libraryVersion = " 0.21.4 " ;
3131// The name of this file
3232const char *sketchName = " data_saving.ino" ;
3333// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data from different variables at two
1313different logging intervals. This example uses more of the manual functions
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828// Data Logger Settings
2929// ==========================================================================
3030// The library version this example was written for
31- const char *libraryVersion = " 0.21.3 " ;
31+ const char *libraryVersion = " 0.21.4 " ;
3232// The name of this file
3333const char *sketchName = " double_logger.ino" ;
3434// Logger ID - we're only using one logger ID for both "loggers"
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This shows most of the standard functions of the library at once.
1313
@@ -26,7 +26,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2626// Data Logger Settings
2727// ==========================================================================
2828// The library version this example was written for
29- const char *libraryVersion = " 0.21.3 " ;
29+ const char *libraryVersion = " 0.21.4 " ;
3030// The name of this file
3131const char *sketchName = " logging_to MMW.ino" ;
3232// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card and sending the data to
1313ThingSpeak.
@@ -27,7 +27,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2727// Data Logger Settings
2828// ==========================================================================
2929// The library version this example was written for
30- const char *libraryVersion = " 0.21.3 " ;
30+ const char *libraryVersion = " 0.21.4 " ;
3131// The name of this file
3232const char *sketchName = " logging_to_ThingSpeak.ino" ;
3333// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This shows most of the standard functions of the library at once.
1313
@@ -26,7 +26,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2626// Data Logger Settings
2727// ==========================================================================
2828// The library version this example was written for
29- const char *libraryVersion = " 0.21.3 " ;
29+ const char *libraryVersion = " 0.21.4 " ;
3030// The name of this file
3131const char *sketchName = " menu_a_la_carte.ino" ;
3232// Logger ID, also becomes the prefix for the name of the data file on SD card
Original file line number Diff line number Diff 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.21.3
10+ This example sketch is written for ModularSensors library version 0.21.4
1111
1212This sketch is an example of logging data to an SD card
1313
@@ -26,7 +26,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2626// Data Logger Settings
2727// ==========================================================================
2828// The library version this example was written for
29- const char *libraryVersion = " 0.21.3 " ;
29+ const char *libraryVersion = " 0.21.4 " ;
3030// The name of this file
3131const char *sketchName = " simple_logging.ino" ;
3232// Logger ID, also becomes the prefix for the name of the data file on SD card
You can’t perform that action at this time.
0 commit comments