forked from rafacastalla/MPU9250-1
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
inhwan.wee
committed
Nov 5, 2021
1 parent
ab67811
commit dc64939
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=Arduino_ICM20689 | ||
name=ICM20689 | ||
version=1.0.0 | ||
author=Inhwan Wee <[email protected]> | ||
maintainer=Inhwan Wee <[email protected]> | ||
sentence=Library for communicating with the ICM20689 six-axis Inertial Measurement Units (IMU). | ||
paragraph=This library supports both I2C and SPI communication with the ICM20689. ICM20689 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same. Additionally, a derived class, ICM20689FIFO, is included, which provides FIFO setup and data collection functionality in addition to all of the functionality included in the base ICM20689 class. | ||
category=Sensors | ||
url=https://github.com/finani/Arduino_ICM20689 | ||
url=https://github.com/finani/ICM20689 | ||
architectures=* | ||
includes=ICM20689.h |