-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from caternuson/iss16_busio
Convert to BusIO
- Loading branch information
Showing
3 changed files
with
70 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name=Adafruit LSM9DS1 Library | ||
version=2.0.2 | ||
version=2.1.0 | ||
author=Adafruit | ||
maintainer=Adafruit <info@adafruit.com> | ||
sentence=Arduino library for LSM9DS1 9-DOF sensor board. | ||
paragraph=Arduino library for LSM9DS1 9-DOF sensor board. | ||
category=Sensors | ||
url=https://github.com/adafruit/Adafruit_LSM9DS1 | ||
architectures=* | ||
depends=Adafruit Unified Sensor, Adafruit LIS3MDL | ||
depends=Adafruit Unified Sensor, Adafruit LIS3MDL, Adafruit BusIO | ||
|