Skip to content

Commit

Permalink
Reorder example headers
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Aug 15, 2024
1 parent f09491d commit 8ecaa7f
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 156 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ChangeLog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and its stricter, better defined, brother [Common Changelog](https://common-changelog.org/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and its stricter, better defined, brother [Common Changelog](https://common-changelog.org/).

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

***

Expand Down
14 changes: 4 additions & 10 deletions examples/DRWI_2G/DRWI_2G.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file DRWI_2G.ino
* @brief Example for DRWI CitSci 2G sites.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} DRWI_2G.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example for DRWI CitSci 2G sites.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/DRWI_DigiLTE/DRWI_DigiLTE.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file DRWI_DigiLTE.ino
* @brief Example for DRWI CitSci LTE sites.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} DRWI_DigiLTE.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example for DRWI CitSci LTE sites.
* ======================================================================= */

// ==========================================================================
Expand Down
16 changes: 5 additions & 11 deletions examples/DRWI_Mayfly1/DRWI_Mayfly1.ino
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
/** =========================================================================
* @file DRWI_Mayfly1.ino
* @example{lineno} DRWI_Mayfly1.ino
* @copyright Stroud Water Research Center
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example for DRWI CitSci LTE sites.
*
* This example shows proper settings for the following configuration:
*
* Mayfly v1.0 board
* EnviroDIY SIM7080 LTE module (with Hologram SIM card)
* Hydros21 CTD sensor
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* ======================================================================= */

// ==========================================================================
Expand Down
16 changes: 5 additions & 11 deletions examples/DRWI_Mayfly1_WiFi/DRWI_Mayfly1_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
/** =========================================================================
* @file DRWI_Mayfly1_WiFi.ino
* @example{lineno} DRWI_Mayfly1_WiFi.ino
* @copyright Stroud Water Research Center
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example for DRWI CitSci LTE sites.
*
* This example shows proper settings for the following configuration:
*
* Mayfly v1.x board
* EnviroDIY ESP32 Wifi Bee module
* Hydros21 CTD sensor
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/DRWI_NoCellular/DRWI_NoCellular.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file DRWI_NoCellular.ino
* @brief Example for DRWI CitSci without cellular service.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} DRWI_NoCellular.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example for DRWI CitSci without cellular service.
* ======================================================================= */

// ==========================================================================
Expand Down
16 changes: 5 additions & 11 deletions examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/** =========================================================================
* @file DRWI_SIM7080LTE.ino
* @example{lineno} DRWI_SIM7080LTE.ino
* @copyright Stroud Water Research Center
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example for DRWI CitSci LTE sites.
*
* This example shows proper settings for the following configuration:
Expand All @@ -8,16 +12,6 @@
* EnviroDIY SIM7080 LTE module (with Hologram SIM card)
* Hydros21 CTD sensor
* Campbell Scientific OBS3+ Turbidity sensor
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/baro_rho_correction/baro_rho_correction.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file baro_rho_correction.ino
* @brief Example demonstrating calculated variables.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} baro_rho_correction.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example demonstrating calculated variables.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/data_saving/data_saving.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file data_saving.ino
* @brief Example publishing only a portion of the logged variables.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} data_saving.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example publishing only a portion of the logged variables.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/double_logger/double_logger.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file double_logger.ino
* @brief Example logging at two different timing intervals
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} double_logger.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example logging at two different timing intervals
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/logging_to_MMW/logging_to_MMW.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file logging_to_MMW.ino
* @brief Example logging data and publishing to Monitor My Watershed.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} logging_to_MMW.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example logging data and publishing to Monitor My Watershed.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file logging_to_ThingSpeak.ino
* @brief Example logging data and publishing to ThingSpeak.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} logging_to_ThingSpeak.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example logging data and publishing to ThingSpeak.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/menu_a_la_carte/menu_a_la_carte.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file menu_a_la_carte.ino
* @brief Example with all possible functionality.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} menu_a_la_carte.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief Example with all possible functionality.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/simple_logging/simple_logging.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file simple_logging.ino
* @brief A simple data logging example.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} simple_logging.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief A simple data logging example.
* ======================================================================= */

// ==========================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file simple_logging_LearnEnviroDIY.ino
* @brief A data logging example for the Learn EnviroDIY tutorial.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} simple_logging_LearnEnviroDIY.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief A data logging example for the Learn EnviroDIY tutorial.
* ======================================================================= */

// ==========================================================================
Expand Down
14 changes: 4 additions & 10 deletions examples/single_sensor/single_sensor.ino
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/** =========================================================================
* @file single_sensor.ino
* @brief An example using only sensor functions and no logging.
*
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
* @example{lineno} single_sensor.ino
* @copyright Stroud Water Research Center
* This example is published under the BSD-3 license.
*
* Build Environment: Visual Studio Code with PlatformIO
* Hardware Platform: EnviroDIY Mayfly Arduino Datalogger
* @license This example is published under the BSD-3 license.
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* DISCLAIMER:
* THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
* @brief An example using only sensor functions and no logging.
* ======================================================================= */

// ==========================================================================
Expand Down

0 comments on commit 8ecaa7f

Please sign in to comment.