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 3cd6a77 commit dac9e2bCopy full SHA for dac9e2b
.travis.yml
@@ -13,6 +13,9 @@ env:
13
before_install:
14
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
15
16
+install:
17
+ - arduino --install-library "Adafruit Unified Sensor"
18
+
19
script:
20
- build_main_platforms
21
library.properties
@@ -7,3 +7,4 @@ paragraph=Arduino library for LSM9DS0 9-DOF sensor board.
7
category=Sensors
8
url=https://github.com/adafruit/Adafruit_LSM9DS0_Library
9
architectures=*
10
+depends=Adafruit Unified Sensor
0 commit comments