Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdenkampe committed Nov 22, 2023
2 parents 5a4d77f + db7bfb0 commit 7dcc602
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
exit $result_code
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: steps.check_component.outcome=='failure'
with:
body: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify_library_structure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
exit $result_code
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: steps.validate_manifest.outcome=='failure'
with:
body: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
echo "$(cat arduino_lint.md)" >> $GITHUB_STEP_SUMMARY
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: steps.validate_library.outcome=='failure'
with:
body: ${{ steps.beautify_output.outputs.lint_errors }}
Expand Down
107 changes: 80 additions & 27 deletions continuous_integration/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"url": "https://github.com/EnviroDIY/Sodaq_DS3231",
"version": "~1.3.4",
"note": "An Arduino library for the DS3231 RTC (Real Time Clock), based off of the Sodaq_DS3231 library.",
"authors": ["Kees Bakker", "Sara Damiano"],
"authors": [
"Kees Bakker",
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -19,7 +22,9 @@
"url": "https://github.com/arduino-libraries/RTCZero",
"version": "~1.6.0",
"note": "Functions for using the processor real time clock in SAMD21 processors",
"authors": ["Arduino"],
"authors": [
"Arduino"
],
"frameworks": "arduino",
"platforms": "atmelsam"
},
Expand All @@ -30,7 +35,9 @@
"url": "https://github.com/GreyGnome/EnableInterrupt",
"version": "~1.1.0",
"note": "GreyGnome's EnableInterrupt - Assign an interrupt to any supported pin on all Arduinos",
"authors": ["Mike 'GreyGnome' Schwager"],
"authors": [
"Mike 'GreyGnome' Schwager"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -41,7 +48,9 @@
"url": "https://github.com/greiman/SdFat",
"version": "~2.1.2",
"note": "SdFat - FAT16/FAT32 file system for SD cards.",
"authors": ["Bill Greiman"],
"authors": [
"Bill Greiman"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -50,7 +59,10 @@
"owner": "vshymanskyy",
"version": "~0.11.7",
"note": "A small Arduino library for GPRS modules.",
"authors": ["Volodymyr Shymanskyy", "Sara Damiano"],
"authors": [
"Volodymyr Shymanskyy",
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -61,7 +73,9 @@
"url": "https://github.com/knolleary/pubsubclient",
"version": "~2.8",
"note": "A client library for MQTT messaging.",
"authors": ["Nick O'Leary"]
"authors": [
"Nick O'Leary"
]
},
{
"name": "Adafruit BusIO",
Expand All @@ -70,7 +84,9 @@
"url": "https://github.com/adafruit/Adafruit_BusIO",
"version": "~1.11.6",
"note": "Adafruit BusIO, a dependency of other Adafruit libraries",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -81,7 +97,9 @@
"url": "https://github.com/adafruit/Adafruit_Sensor",
"version": "~1.1.13",
"note": "Adafruit's unified sensor library is used by their other libraries",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -91,7 +109,9 @@
"version_note": "=1.2.0",
"version": "https://github.com/soligen2010/Adafruit_ADS1X15.git#7d67b451f739e9a63f40f2d6d139ab582258572b",
"note": "Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator. This fork removes bugs in the Adafruit original library.",
"authors_note": ["soligen2010"],
"authors_note": [
"soligen2010"
],
"frameworks_note": "arduino",
"platforms_note": "*"
},
Expand All @@ -100,9 +120,11 @@
"owner": "adafruit",
"library id": "773",
"url": "https://github.com/adafruit/Adafruit_AM2315",
"version": "~2.2.1",
"version": "~2.2.3",
"note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -113,17 +135,20 @@
"url": "https://github.com/adafruit/Adafruit_BME280_Library",
"version": "~2.2.2",
"note": "Bosch BME280 Temp/Humidity/Pressure Sensor Library by Adafruit",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "BMP388_DEV",
"owner": "MartinL1",
"version": "https://github.com/MartinL1/BMP388_DEV.git",
"version_note": "~1.0.9",
"version": "~1.0.11",
"note": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.",
"authors": ["Martin Lindupp"],
"authors": [
"Martin Lindupp"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -134,7 +159,9 @@
"url": "https://github.com/adafruit/DHT-sensor-library",
"version": "~1.4.4",
"note": "AOSong DHT Sensor Library by Adafruit",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -145,7 +172,9 @@
"url": "https://github.com/adafruit/Adafruit_INA219",
"version": "~1.2.1",
"note": "This is a library for the Adafruit INA219 high side DC current sensor boards",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -154,9 +183,11 @@
"owner": "adafruit",
"library id": "406",
"url": "https://github.com/adafruit/Adafruit_MPL115A2",
"version": "~2.0.0",
"version": "~2.0.2",
"note": "MPL115A2 Barometer Library by Adafruit",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino"
},
{
Expand All @@ -166,7 +197,9 @@
"url": "https://github.com/adafruit/Adafruit_SHT4X",
"version": "~1.0.4",
"note": "Sensirion SHT4x Library by Adafruit",
"authors": ["Adafruit"],
"authors": [
"Adafruit"
],
"frameworks": "arduino"
},
{
Expand Down Expand Up @@ -200,7 +233,12 @@
"url": "https://github.com/milesburton/Arduino-Temperature-Control-Library",
"version": "~3.9.1",
"note": "DallasTemperature - Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)",
"authors": ["Guil Barros", "Miles Burton", "Rob Tillart", "Tim Nuewsome"],
"authors": [
"Guil Barros",
"Miles Burton",
"Rob Tillart",
"Tim Nuewsome"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -227,14 +265,22 @@
"url": "https://github.com/NorthernWidget/MS5803",
"version": "~0.1.2",
"note": "General interface to MS5803-series pressure transducers",
"authors": ["Bobby Schulz", "Andrew Wickert", "Chad Sandell", "Sara Damiano"]
"authors": [
"Bobby Schulz",
"Andrew Wickert",
"Chad Sandell",
"Sara Damiano"
]
},
{
"name": "Tally_Library_I2C",
"version": "https://github.com/EnviroDIY/Tally_Library.git#Dev_I2C",
"version_note": "Uses `Dev_I2C` feature branch",
"note": "An Arduino library for interfacing to the Project Tally Event counter from NorthernWidget.",
"authors": ["Bobby Schulz", "Anthony Aufdenkampe"],
"authors": [
"Bobby Schulz",
"Anthony Aufdenkampe"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -245,7 +291,9 @@
"url": "https://github.com/EnviroDIY/SensorModbusMaster",
"version": "~0.6.8",
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
"authors": ["Sara Damiano"],
"authors": [
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -256,7 +304,9 @@
"url": "https://github.com/EnviroDIY/KellerModbus",
"version": "~0.2.2",
"note": "Arduino library for communication with Keller pressure and water level sensors via Modbus.",
"authors": ["Anthony Aufdenkampe"]
"authors": [
"Anthony Aufdenkampe"
]
},
{
"name": "YosemitechModbus",
Expand All @@ -265,7 +315,10 @@
"url": "https://github.com/EnviroDIY/YosemitechModbus",
"version": "~0.4.0",
"note": "Arduino library for communication with Yosemitech sensors via Modbus.",
"authors": ["Sara Damiano", "Anthony Aufdenkampe"],
"authors": [
"Sara Damiano",
"Anthony Aufdenkampe"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
Expand All @@ -280,4 +333,4 @@
"platforms": "atmelavr, atmelsam"
}
]
}
}
7 changes: 3 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"owner": "adafruit",
"library id": "773",
"url": "https://github.com/adafruit/Adafruit_AM2315",
"version": "~2.2.1",
"version": "~2.2.3",
"note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit",
"authors": ["Adafruit"],
"frameworks": "arduino",
Expand All @@ -181,8 +181,7 @@
{
"name": "BMP388_DEV",
"owner": "MartinL1",
"version": "https://github.com/MartinL1/BMP388_DEV.git",
"version_note": "~1.0.9",
"version": "~1.0.11",
"note": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.",
"authors": ["Martin Lindupp"],
"frameworks": "arduino",
Expand Down Expand Up @@ -215,7 +214,7 @@
"owner": "adafruit",
"library id": "406",
"url": "https://github.com/adafruit/Adafruit_MPL115A2",
"version": "~2.0.0",
"version": "~2.0.2",
"note": "MPL115A2 Barometer Library by Adafruit",
"authors": ["Adafruit"],
"frameworks": "arduino"
Expand Down

0 comments on commit 7dcc602

Please sign in to comment.