Skip to content

Commit

Permalink
Updated submodules and zip via Github Action (Update library zip and …
Browse files Browse the repository at this point in the history
…submodules schedule 188 ) [ci skip]
  • Loading branch information
SRGDamia1 committed Aug 18, 2024
1 parent 333ce42 commit 3f0c018
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion EnviroDIY_SDI12
Submodule EnviroDIY_SDI12 updated 78 files
+2 −1 .gitattributes
+1 −1 .github/dependabot.yml
+33 −105 .github/workflows/build_documentation.yaml
+27 −78 .github/workflows/build_examples.yaml
+2 −2 .github/workflows/changelog_reminder.yaml
+31 −56 .github/workflows/prepare_release.yaml
+0 −31 .github/workflows/verify_library_json.yaml
+17 −0 .github/workflows/verify_library_structure.yaml
+114 −28 .gitignore
+128 −30 ChangeLog.md
+47 −45 README.md
+1 −1 VERSION
+0 −160 continuous_integration/.travis.yml_archive
+0 −44 continuous_integration/build-install-doxygen.sh
+0 −40 continuous_integration/copy-doc-sources.sh
+0 −51 continuous_integration/deploy-documentation.sh
+0 −33 continuous_integration/generate-documentation.sh
+0 −26 continuous_integration/install-current-doxygen.sh
+55 −71 docs/CreatingACharacter.md
+772 −449 docs/Doxyfile
+0 −266 docs/DoxygenLayout.xml
+29 −32 docs/OverviewOfInterrupts.md
+84 −0 docs/SAMD51PeripheralClocks.dox
+420 −0 docs/TimerConfigurations.md
+0 −4,316 docs/css/m-EnviroDIY+documentation.compiled.css
+0 −121 docs/documentExamples.py
+29 −0 docs/dotDiagrams.dox
+0 −58 docs/fixXmlExampleSections.py
+29 −0 docs/footer.html
+81 −0 docs/header.html
+0 −40 docs/markdown_prefilter.py
+8 −4 docs/mcss-Doxyfile
+32 −22 docs/mcss-conf.py
+453 −0 docs/mermaidDiagrams.md
+17 −54 examples/ReadMe.md
+3 −2 examples/a_wild_card/ReadMe.md
+11 −13 examples/a_wild_card/a_wild_card.ino
+5 −4 examples/b_address_change/ReadMe.md
+54 −16 examples/b_address_change/b_address_change.ino
+3 −2 examples/c_check_all_addresses/ReadMe.md
+13 −14 examples/c_check_all_addresses/c_check_all_addresses.ino
+3 −2 examples/d_simple_logger/ReadMe.md
+20 −19 examples/d_simple_logger/d_simple_logger.ino
+3 −2 examples/e_continuous_measurement/ReadMe.md
+17 −16 examples/e_continuous_measurement/e_continuous_measurement.ino
+15 −0 examples/e_continuous_measurement/platformio.ini
+10 −0 examples/example_dependencies.json
+3 −2 examples/f_basic_data_request/ReadMe.md
+18 −19 examples/f_basic_data_request/f_basic_data_request.ino
+3 −2 examples/g_terminal_window/ReadMe.md
+12 −13 examples/g_terminal_window/g_terminal_window.ino
+1 −2 examples/h_SDI-12_slave_implementation/ReadMe.md
+51 −42 examples/h_SDI-12_slave_implementation/h_SDI-12_slave_implementation.ino
+1 −2 examples/i_SDI-12_interface/ReadMe.md
+15 −14 examples/i_SDI-12_interface/i_SDI-12_interface.ino
+3 −2 examples/j_external_pcint_library/ReadMe.md
+18 −16 examples/j_external_pcint_library/j_external_pcint_library.ino
+3 −2 examples/k_concurrent_logger/ReadMe.md
+75 −82 examples/k_concurrent_logger/k_concurrent_logger.ino
+13 −0 examples/l_verify_crc/ReadMe.md
+138 −0 examples/l_verify_crc/l_verify_crc.ino
+15 −0 examples/l_verify_crc/platformio.ini
+26 −0 extras/SDI12_spy/SDI12_spy.ino
+832 −0 extras/TestCommands/TestCommands.ino
+580 −0 extras/TestSensorTiming/TestSensorTiming.ino
+177 −0 extras/TestWarmUp/TestWarmUp.ino
+0 −0 extras/powerOn/powerOn.ino
+109 −0 extras/print_character_parity/print_character_parity.ino
+2 −5 library.json
+1 −1 library.properties
+239 −88 src/SDI12.cpp
+112 −74 src/SDI12.h
+371 −127 src/SDI12_boards.cpp
+255 −416 src/SDI12_boards.h
+0 −56 tools/SDI12_spy/SDI12_spy.ino
+0 −606 tools/TestCommands/TestCommands.ino
+0 −166 tools/TestWarmUp/TestWarmUp.ino
+0 −399 tools/printCommands/printCommands.ino
2 changes: 1 addition & 1 deletion EnviroDIY_SDI12_ExtInts
Submodule EnviroDIY_SDI12_ExtInts updated 79 files
+2 −1 .gitattributes
+1 −1 .github/dependabot.yml
+33 −105 .github/workflows/build_documentation.yaml
+27 −78 .github/workflows/build_examples.yaml
+3 −3 .github/workflows/changelog_reminder.yaml
+31 −56 .github/workflows/prepare_release.yaml
+0 −31 .github/workflows/verify_library_json.yaml
+17 −0 .github/workflows/verify_library_structure.yaml
+114 −28 .gitignore
+128 −30 ChangeLog.md
+47 −45 README.md
+1 −1 VERSION
+0 −135 continuous_integration/.travis.yml_archive
+0 −44 continuous_integration/build-install-doxygen.sh
+0 −40 continuous_integration/copy-doc-sources.sh
+0 −51 continuous_integration/deploy-documentation.sh
+0 −33 continuous_integration/generate-documentation.sh
+0 −26 continuous_integration/install-current-doxygen.sh
+55 −71 docs/CreatingACharacter.md
+772 −449 docs/Doxyfile
+0 −266 docs/DoxygenLayout.xml
+29 −32 docs/OverviewOfInterrupts.md
+84 −0 docs/SAMD51PeripheralClocks.dox
+420 −0 docs/TimerConfigurations.md
+0 −4,316 docs/css/m-EnviroDIY+documentation.compiled.css
+0 −121 docs/documentExamples.py
+29 −0 docs/dotDiagrams.dox
+0 −58 docs/fixXmlExampleSections.py
+29 −0 docs/footer.html
+81 −0 docs/header.html
+0 −40 docs/markdown_prefilter.py
+8 −4 docs/mcss-Doxyfile
+32 −22 docs/mcss-conf.py
+453 −0 docs/mermaidDiagrams.md
+17 −54 examples/ReadMe.md
+3 −2 examples/a_wild_card/ReadMe.md
+11 −13 examples/a_wild_card/a_wild_card.ino
+5 −4 examples/b_address_change/ReadMe.md
+54 −16 examples/b_address_change/b_address_change.ino
+3 −2 examples/c_check_all_addresses/ReadMe.md
+13 −14 examples/c_check_all_addresses/c_check_all_addresses.ino
+3 −2 examples/d_simple_logger/ReadMe.md
+20 −19 examples/d_simple_logger/d_simple_logger.ino
+3 −2 examples/e_continuous_measurement/ReadMe.md
+17 −16 examples/e_continuous_measurement/e_continuous_measurement.ino
+15 −0 examples/e_continuous_measurement/platformio.ini
+10 −0 examples/example_dependencies.json
+3 −2 examples/f_basic_data_request/ReadMe.md
+18 −19 examples/f_basic_data_request/f_basic_data_request.ino
+3 −2 examples/g_terminal_window/ReadMe.md
+12 −13 examples/g_terminal_window/g_terminal_window.ino
+1 −2 examples/h_SDI-12_slave_implementation/ReadMe.md
+52 −37 examples/h_SDI-12_slave_implementation/h_SDI-12_slave_implementation.ino
+1 −2 examples/i_SDI-12_interface/ReadMe.md
+15 −14 examples/i_SDI-12_interface/i_SDI-12_interface.ino
+3 −2 examples/j_external_pcint_library/ReadMe.md
+18 −16 examples/j_external_pcint_library/j_external_pcint_library.ino
+3 −2 examples/k_concurrent_logger/ReadMe.md
+75 −82 examples/k_concurrent_logger/k_concurrent_logger.ino
+13 −0 examples/l_verify_crc/ReadMe.md
+138 −0 examples/l_verify_crc/l_verify_crc.ino
+15 −0 examples/l_verify_crc/platformio.ini
+26 −0 extras/SDI12_spy/SDI12_spy.ino
+832 −0 extras/TestCommands/TestCommands.ino
+580 −0 extras/TestSensorTiming/TestSensorTiming.ino
+177 −0 extras/TestWarmUp/TestWarmUp.ino
+0 −0 extras/powerOn/powerOn.ino
+109 −0 extras/print_character_parity/print_character_parity.ino
+2 −5 library.json
+2 −2 library.properties
+2 −0 src/SDI12.h
+239 −88 src/SDI12_ExtInts.cpp
+112 −148 src/SDI12_ExtInts.h
+371 −127 src/SDI12_boards.cpp
+255 −416 src/SDI12_boards.h
+0 −56 tools/SDI12_spy/SDI12_spy.ino
+0 −606 tools/TestCommands/TestCommands.ino
+0 −166 tools/TestWarmUp/TestWarmUp.ino
+0 −399 tools/printCommands/printCommands.ino
2 changes: 1 addition & 1 deletion EnviroDIY_SDI12_PCINT3
Submodule EnviroDIY_SDI12_PCINT3 updated 89 files
+30 −12 .clang-format
+2 −1 .gitattributes
+10 −0 .github/dependabot.yml
+39 −0 .github/workflows/build_documentation.yaml
+39 −0 .github/workflows/build_examples.yaml
+18 −0 .github/workflows/changelog_reminder.yaml
+49 −0 .github/workflows/prepare_release.yaml
+17 −0 .github/workflows/verify_library_structure.yaml
+114 −18 .gitignore
+194 −0 ChangeLog.md
+52 −42 README.md
+1 −0 VERSION
+0 −0 docs/.prettierignore
+55 −71 docs/CreatingACharacter.md
+838 −473 docs/Doxyfile
+29 −32 docs/OverviewOfInterrupts.md
+84 −0 docs/SAMD51PeripheralClocks.dox
+ docs/SDI-12Text-Cropped.png
+ docs/SDI-12Text.png
+ docs/SDI-12_version-1_4-Jan-30-2021.pdf
+420 −0 docs/TimerConfigurations.md
+29 −0 docs/dotDiagrams.dox
+29 −0 docs/footer.html
+81 −0 docs/header.html
+25 −0 docs/mcss-Doxyfile
+64 −0 docs/mcss-conf.py
+453 −0 docs/mermaidDiagrams.md
+0 −266 doxygen/DoxygenLayout.xml
+0 −40 doxygen/markdown_prefilter.py
+38 −40 examples/ReadMe.md
+8 −3 examples/a_wild_card/ReadMe.md
+11 −13 examples/a_wild_card/a_wild_card.ino
+0 −9 examples/a_wild_card/platformio.ini
+10 −5 examples/b_address_change/ReadMe.md
+53 −17 examples/b_address_change/b_address_change.ino
+0 −9 examples/b_address_change/platformio.ini
+8 −3 examples/c_check_all_addresses/ReadMe.md
+14 −17 examples/c_check_all_addresses/c_check_all_addresses.ino
+0 −9 examples/c_check_all_addresses/platformio.ini
+8 −3 examples/d_simple_logger/ReadMe.md
+143 −184 examples/d_simple_logger/d_simple_logger.ino
+0 −9 examples/d_simple_logger/platformio.ini
+19 −0 examples/e_continuous_measurement/ReadMe.md
+219 −0 examples/e_continuous_measurement/e_continuous_measurement.ino
+15 −0 examples/e_continuous_measurement/platformio.ini
+0 −18 examples/e_simple_parsing/ReadMe.md
+0 −362 examples/e_simple_parsing/e_simple_parsing.ino
+0 −24 examples/e_simple_parsing/platformio.ini
+10 −0 examples/example_dependencies.json
+0 −54 examples/examples.dox
+8 −3 examples/f_basic_data_request/ReadMe.md
+20 −21 examples/f_basic_data_request/f_basic_data_request.ino
+0 −9 examples/f_basic_data_request/platformio.ini
+8 −3 examples/g_terminal_window/ReadMe.md
+14 −15 examples/g_terminal_window/g_terminal_window.ino
+0 −9 examples/g_terminal_window/platformio.ini
+6 −3 examples/h_SDI-12_slave_implementation/ReadMe.md
+55 −37 examples/h_SDI-12_slave_implementation/h_SDI-12_slave_implementation.ino
+0 −9 examples/h_SDI-12_slave_implementation/platformio.ini
+6 −3 examples/i_SDI-12_interface/ReadMe.md
+15 −14 examples/i_SDI-12_interface/i_SDI-12_interface.ino
+0 −9 examples/i_SDI-12_interface/platformio.ini
+8 −3 examples/j_external_pcint_library/ReadMe.md
+145 −180 examples/j_external_pcint_library/j_external_pcint_library.ino
+0 −9 examples/j_external_pcint_library/platformio.ini
+10 −5 examples/k_concurrent_logger/ReadMe.md
+158 −222 examples/k_concurrent_logger/k_concurrent_logger.ino
+0 −9 examples/k_concurrent_logger/platformio.ini
+13 −0 examples/l_verify_crc/ReadMe.md
+138 −0 examples/l_verify_crc/l_verify_crc.ino
+15 −0 examples/l_verify_crc/platformio.ini
+26 −0 extras/SDI12_spy/SDI12_spy.ino
+832 −0 extras/TestCommands/TestCommands.ino
+580 −0 extras/TestSensorTiming/TestSensorTiming.ino
+177 −0 extras/TestWarmUp/TestWarmUp.ino
+14 −0 extras/powerOn/powerOn.ino
+109 −0 extras/print_character_parity/print_character_parity.ino
+2 −2 library.json
+2 −2 library.properties
+262 −106 src/SDI12_PCINT3.cpp
+174 −108 src/SDI12_PCINT3.h
+374 −128 src/SDI12_boards.cpp
+257 −294 src/SDI12_boards.h
+5 −0 src/src.dox
+0 −31 travis/build-install-doxygen.sh
+0 −37 travis/copy-doc-sources.sh
+0 −51 travis/deploy-documentation.sh
+0 −20 travis/generate-documentation.sh
+0 −26 travis/install-current-doxygen.sh
Binary file modified libraries.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions submodule_status.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
d609e06bfe7f50ac7c5af94b16f15019a7e36bbf EnviroDIY_GPRSBee (v1.2.0-10-gd609e06)
07fe0426acfb7df2076dbb7522ebf56cdc5172de EnviroDIY_ModularSensors (v0.35.0-10-g07fe0426)
242897441d21682366e7957b4d2f8e5f8a31a336 EnviroDIY_PCInt_PCINT0 (v1.2.0-9-g2428974)
e93b4c6b6490488bf16ad06648ec0e747ed11dd5 EnviroDIY_SDI12 (v2.1.4-44-ge93b4c6)
b20ef6ae49bf244da6496d9d46093010d393a625 EnviroDIY_SDI12_ExtInts (v2.1.4-42-gb20ef6a)
0e02f50866c7fd0440a9b788e57ba08c9d6ee2ef EnviroDIY_SDI12_PCINT3 (v2.0.1-40-g0e02f50)
71228e4e544341d23364b268ec4e99d093a15185 EnviroDIY_SDI12 (v2.2.0)
7bd8700f93365e938896e361ed2f47ca71668e59 EnviroDIY_SDI12_ExtInts (v2.2.0-29-g7bd8700)
e28d9e0fd4b55a13222436c8deecd727508b8333 EnviroDIY_SDI12_PCINT3 (v2.2.0-41-ge28d9e0)
4ddf9fba5140748b44bc2495a07e2c7d3dddcd2d EnviroDIY_SoftwareSerial_ExtInts (heads/master)
c29bde766a47053d056131953ec4c8b1c7070806 EnviroDIY_SoftwareSerial_PCINT12 (heads/master)
b89cdd54a41b63d7279e00ba320bab2b013a956e GroPointModbus (v0.1.1)
a53ba771a02a01e0c56d3ae130b486a2a1442ba3 KellerModbus (v0.2.3)
f729af6f5d161c2f7734979a7f47073368f7cbb1 LoRa_AT (v0.2.0)
c2b0d5c30ee554f796f97a5abc48194d24adb027 LoRa_AT (v0.2.0-2-gc2b0d5c)
21858dd65605a4a7da2f2fab27d82303e1a93917 MS5803 (heads/master)
5a0daf7096b3851d7b63840b27a6b130580e3e63 NeoSWSerial (v3.0.2-41-g5a0daf7)
72249e22ef9092b0750e303d266199965a89e500 OneWire (v2.3.8)
Expand Down

0 comments on commit 3f0c018

Please sign in to comment.