Skip to content

Commit db7bfb0

Browse files
committed
Set BMP388 dep to PIO registry, bump other deps
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 978a386 commit db7bfb0

File tree

2 files changed

+84
-32
lines changed

2 files changed

+84
-32
lines changed

continuous_integration/dependencies.json

Lines changed: 81 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"action_cache_version": 15,
2+
"action_cache_version": 16,
33
"dependencies": [
44
{
55
"name": "EnviroDIY_DS3231",
@@ -8,7 +8,10 @@
88
"url": "https://github.com/EnviroDIY/Sodaq_DS3231",
99
"version": "~1.3.4",
1010
"note": "An Arduino library for the DS3231 RTC (Real Time Clock), based off of the Sodaq_DS3231 library.",
11-
"authors": ["Kees Bakker", "Sara Damiano"],
11+
"authors": [
12+
"Kees Bakker",
13+
"Sara Damiano"
14+
],
1215
"frameworks": "arduino",
1316
"platforms": "atmelavr, atmelsam"
1417
},
@@ -19,7 +22,9 @@
1922
"url": "https://github.com/arduino-libraries/RTCZero",
2023
"version": "~1.6.0",
2124
"note": "Functions for using the processor real time clock in SAMD21 processors",
22-
"authors": ["Arduino"],
25+
"authors": [
26+
"Arduino"
27+
],
2328
"frameworks": "arduino",
2429
"platforms": "atmelsam"
2530
},
@@ -30,7 +35,9 @@
3035
"url": "https://github.com/GreyGnome/EnableInterrupt",
3136
"version": "~1.1.0",
3237
"note": "GreyGnome's EnableInterrupt - Assign an interrupt to any supported pin on all Arduinos",
33-
"authors": ["Mike 'GreyGnome' Schwager"],
38+
"authors": [
39+
"Mike 'GreyGnome' Schwager"
40+
],
3441
"frameworks": "arduino",
3542
"platforms": "atmelavr, atmelsam"
3643
},
@@ -41,7 +48,9 @@
4148
"url": "https://github.com/greiman/SdFat",
4249
"version": "~2.1.2",
4350
"note": "SdFat - FAT16/FAT32 file system for SD cards.",
44-
"authors": ["Bill Greiman"],
51+
"authors": [
52+
"Bill Greiman"
53+
],
4554
"frameworks": "arduino",
4655
"platforms": "atmelavr, atmelsam"
4756
},
@@ -50,7 +59,10 @@
5059
"owner": "vshymanskyy",
5160
"version": "~0.11.5",
5261
"note": "A small Arduino library for GPRS modules.",
53-
"authors": ["Volodymyr Shymanskyy", "Sara Damiano"],
62+
"authors": [
63+
"Volodymyr Shymanskyy",
64+
"Sara Damiano"
65+
],
5466
"frameworks": "arduino",
5567
"platforms": "atmelavr, atmelsam"
5668
},
@@ -61,7 +73,9 @@
6173
"url": "https://github.com/knolleary/pubsubclient",
6274
"version": "~2.8",
6375
"note": "A client library for MQTT messaging.",
64-
"authors": ["Nick O'Leary"]
76+
"authors": [
77+
"Nick O'Leary"
78+
]
6579
},
6680
{
6781
"name": "Adafruit BusIO",
@@ -70,7 +84,9 @@
7084
"url": "https://github.com/adafruit/Adafruit_BusIO",
7185
"version": "~1.11.6",
7286
"note": "Adafruit BusIO, a dependency of other Adafruit libraries",
73-
"authors": ["Adafruit"],
87+
"authors": [
88+
"Adafruit"
89+
],
7490
"frameworks": "arduino",
7591
"platforms": "atmelavr, atmelsam"
7692
},
@@ -81,7 +97,9 @@
8197
"url": "https://github.com/adafruit/Adafruit_Sensor",
8298
"version": "~1.1.9",
8399
"note": "Adafruit's unified sensor library is used by their other libraries",
84-
"authors": ["Adafruit"],
100+
"authors": [
101+
"Adafruit"
102+
],
85103
"frameworks": "arduino",
86104
"platforms": "atmelavr, atmelsam"
87105
},
@@ -91,7 +109,9 @@
91109
"version_note": "=1.2.0",
92110
"version": "https://github.com/soligen2010/Adafruit_ADS1X15.git#7d67b451f739e9a63f40f2d6d139ab582258572b",
93111
"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.",
94-
"authors_note": ["soligen2010"],
112+
"authors_note": [
113+
"soligen2010"
114+
],
95115
"frameworks_note": "arduino",
96116
"platforms_note": "*"
97117
},
@@ -100,9 +120,11 @@
100120
"owner": "adafruit",
101121
"library id": "773",
102122
"url": "https://github.com/adafruit/Adafruit_AM2315",
103-
"version": "~2.2.1",
123+
"version": "~2.2.3",
104124
"note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit",
105-
"authors": ["Adafruit"],
125+
"authors": [
126+
"Adafruit"
127+
],
106128
"frameworks": "arduino",
107129
"platforms": "atmelavr, atmelsam"
108130
},
@@ -113,17 +135,20 @@
113135
"url": "https://github.com/adafruit/Adafruit_BME280_Library",
114136
"version": "~2.2.2",
115137
"note": "Bosch BME280 Temp/Humidity/Pressure Sensor Library by Adafruit",
116-
"authors": ["Adafruit"],
138+
"authors": [
139+
"Adafruit"
140+
],
117141
"frameworks": "arduino",
118142
"platforms": "atmelavr, atmelsam"
119143
},
120144
{
121145
"name": "BMP388_DEV",
122146
"owner": "MartinL1",
123-
"version": "https://github.com/MartinL1/BMP388_DEV.git",
124-
"version_note": "~1.0.9",
147+
"version": "~1.0.11",
125148
"note": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.",
126-
"authors": ["Martin Lindupp"],
149+
"authors": [
150+
"Martin Lindupp"
151+
],
127152
"frameworks": "arduino",
128153
"platforms": "atmelavr, atmelsam"
129154
},
@@ -134,7 +159,9 @@
134159
"url": "https://github.com/adafruit/DHT-sensor-library",
135160
"version": "~1.4.4",
136161
"note": "AOSong DHT Sensor Library by Adafruit",
137-
"authors": ["Adafruit"],
162+
"authors": [
163+
"Adafruit"
164+
],
138165
"frameworks": "arduino",
139166
"platforms": "atmelavr, atmelsam"
140167
},
@@ -145,7 +172,9 @@
145172
"url": "https://github.com/adafruit/Adafruit_INA219",
146173
"version": "~1.2.1",
147174
"note": "This is a library for the Adafruit INA219 high side DC current sensor boards",
148-
"authors": ["Adafruit"],
175+
"authors": [
176+
"Adafruit"
177+
],
149178
"frameworks": "arduino",
150179
"platforms": "atmelavr, atmelsam"
151180
},
@@ -154,9 +183,11 @@
154183
"owner": "adafruit",
155184
"library id": "406",
156185
"url": "https://github.com/adafruit/Adafruit_MPL115A2",
157-
"version": "~2.0.0",
186+
"version": "~2.0.2",
158187
"note": "MPL115A2 Barometer Library by Adafruit",
159-
"authors": ["Adafruit"],
188+
"authors": [
189+
"Adafruit"
190+
],
160191
"frameworks": "arduino"
161192
},
162193
{
@@ -166,7 +197,9 @@
166197
"url": "https://github.com/adafruit/Adafruit_SHT4X",
167198
"version": "~1.0.2",
168199
"note": "Sensirion SHT4x Library by Adafruit",
169-
"authors": ["Adafruit"],
200+
"authors": [
201+
"Adafruit"
202+
],
170203
"frameworks": "arduino"
171204
},
172205
{
@@ -200,7 +233,12 @@
200233
"url": "https://github.com/milesburton/Arduino-Temperature-Control-Library",
201234
"version": "~3.9.1",
202235
"note": "DallasTemperature - Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)",
203-
"authors": ["Guil Barros", "Miles Burton", "Rob Tillart", "Tim Nuewsome"],
236+
"authors": [
237+
"Guil Barros",
238+
"Miles Burton",
239+
"Rob Tillart",
240+
"Tim Nuewsome"
241+
],
204242
"frameworks": "arduino",
205243
"platforms": "atmelavr, atmelsam"
206244
},
@@ -227,14 +265,22 @@
227265
"url": "https://github.com/NorthernWidget/MS5803",
228266
"version": "~0.1.2",
229267
"note": "General interface to MS5803-series pressure transducers",
230-
"authors": ["Bobby Schulz", "Andrew Wickert", "Chad Sandell", "Sara Damiano"]
268+
"authors": [
269+
"Bobby Schulz",
270+
"Andrew Wickert",
271+
"Chad Sandell",
272+
"Sara Damiano"
273+
]
231274
},
232275
{
233276
"name": "Tally_Library_I2C",
234277
"version": "https://github.com/EnviroDIY/Tally_Library.git#Dev_I2C",
235278
"version_note": "Uses `Dev_I2C` feature branch",
236279
"note": "An Arduino library for interfacing to the Project Tally Event counter from NorthernWidget.",
237-
"authors": ["Bobby Schulz", "Anthony Aufdenkampe"],
280+
"authors": [
281+
"Bobby Schulz",
282+
"Anthony Aufdenkampe"
283+
],
238284
"frameworks": "arduino",
239285
"platforms": "atmelavr, atmelsam"
240286
},
@@ -245,7 +291,9 @@
245291
"url": "https://github.com/EnviroDIY/SensorModbusMaster",
246292
"version": "~0.6.8",
247293
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
248-
"authors": ["Sara Damiano"],
294+
"authors": [
295+
"Sara Damiano"
296+
],
249297
"frameworks": "arduino",
250298
"platforms": "atmelavr, atmelsam"
251299
},
@@ -256,7 +304,9 @@
256304
"url": "https://github.com/EnviroDIY/KellerModbus",
257305
"version": "~0.2.2",
258306
"note": "Arduino library for communication with Keller pressure and water level sensors via Modbus.",
259-
"authors": ["Anthony Aufdenkampe"]
307+
"authors": [
308+
"Anthony Aufdenkampe"
309+
]
260310
},
261311
{
262312
"name": "YosemitechModbus",
@@ -265,9 +315,12 @@
265315
"url": "https://github.com/EnviroDIY/YosemitechModbus",
266316
"version": "~0.4.0",
267317
"note": "Arduino library for communication with Yosemitech sensors via Modbus.",
268-
"authors": ["Sara Damiano", "Anthony Aufdenkampe"],
318+
"authors": [
319+
"Sara Damiano",
320+
"Anthony Aufdenkampe"
321+
],
269322
"frameworks": "arduino",
270323
"platforms": "atmelavr, atmelsam"
271324
}
272325
]
273-
}
326+
}

library.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"owner": "adafruit",
162162
"library id": "773",
163163
"url": "https://github.com/adafruit/Adafruit_AM2315",
164-
"version": "~2.2.1",
164+
"version": "~2.2.3",
165165
"note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit",
166166
"authors": ["Adafruit"],
167167
"frameworks": "arduino",
@@ -181,8 +181,7 @@
181181
{
182182
"name": "BMP388_DEV",
183183
"owner": "MartinL1",
184-
"version": "https://github.com/MartinL1/BMP388_DEV.git",
185-
"version_note": "~1.0.9",
184+
"version": "~1.0.11",
186185
"note": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.",
187186
"authors": ["Martin Lindupp"],
188187
"frameworks": "arduino",
@@ -215,7 +214,7 @@
215214
"owner": "adafruit",
216215
"library id": "406",
217216
"url": "https://github.com/adafruit/Adafruit_MPL115A2",
218-
"version": "~2.0.0",
217+
"version": "~2.0.2",
219218
"note": "MPL115A2 Barometer Library by Adafruit",
220219
"authors": ["Adafruit"],
221220
"frameworks": "arduino"

0 commit comments

Comments
 (0)