We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77de799 commit 5a8c6b6Copy full SHA for 5a8c6b6
Makefile
@@ -175,9 +175,14 @@ test_spi_connected1_loopback: TESTS=-DTEST_SPI_CONNECTED1_LOOPBACK
175
test_spi_connected2_masterpingpong: TESTS=-DTEST_SPI_CONNECTED2_MASTERPINGPONG
176
test_spi_connected2_slavepingpong: TESTS=-DTEST_SPI_CONNECTED2_SLAVEPINGPONG
177
178
+.PHONY: install_onewire_libs
179
+install_onewire_libs:
180
+ $(Q) arduino-cli lib update-index
181
+ $(Q) arduino-cli lib install "OneWire"
182
183
## OneWire tests targets
184
test_onewire_DS18x20: TESTS=-DTEST_ONEWIRE_DS18x20
185
+test_onewire_DS18x20: install_onewire_libs
186
187
# Arduino-cli commands
188
0 commit comments