-
Notifications
You must be signed in to change notification settings - Fork 17
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 #12 from jposada202020/improving_docs
improving docs and varia
- Loading branch information
Showing
11 changed files
with
171 additions
and
47 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 |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
.. automodule:: adafruit_icm20x | ||
:members: | ||
:member-order: bysource |
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,12 +1,53 @@ | ||
Simple test | ||
------------ | ||
ICM20649 Simple test | ||
-------------------- | ||
|
||
Ensure your device works with one of these simple tests. | ||
Ensure your ICM20649 device works with one of these simple tests. | ||
|
||
.. literalinclude:: ../examples/icm20x_icm20649_simpletest.py | ||
:caption: examples/icm20x_icm20649_simpletest.py | ||
:linenos: | ||
|
||
ICM20649 Full test | ||
------------------ | ||
|
||
Test using all the ICM20649 sensor capabilities | ||
|
||
.. literalinclude:: ../examples/icm20x_icm20649_full_test.py | ||
:caption: examples/examples/icm20x_icm20649_full_test.py | ||
:linenos: | ||
|
||
ICM20948 Simple test | ||
-------------------- | ||
|
||
Ensure your ICM20948 device works with one of these simple tests. | ||
|
||
.. literalinclude:: ../examples/icm20x_icm20948_simpletest.py | ||
:caption: examples/icm20x_icm20948_simpletest.py | ||
:linenos: | ||
|
||
ICM20948 Acceleration data rate test | ||
------------------------------------ | ||
|
||
Example showing ICM20948 sensor cycling between two acceleration data rates | ||
|
||
.. literalinclude:: ../examples/icm20x_icm20948_accel_data_rate_test.py | ||
:caption: examples/icm20x_icm20948_accel_data_rate_test.py | ||
:linenos: | ||
|
||
ICM20948 Gyro data rate test | ||
---------------------------- | ||
|
||
Example showing ICM20948 sensor cycling between two gyro data rates | ||
|
||
.. literalinclude:: ../examples/icm20x_icm20948_gyro_data_rate_test.py | ||
:caption: examples/icm20x_icm20948_gyro_data_rate_test.py | ||
:linenos: | ||
|
||
ICM20948 Magnetic data rate test | ||
-------------------------------- | ||
|
||
Example showing ICM20948 sensor cycling between two magnetic data rates | ||
|
||
.. literalinclude:: ../examples/icm20x_icm20948_mag_data_rate_test.py | ||
:caption: examples/icm20x_icm20948_mag_data_rate_test.py | ||
:linenos: |
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
Oops, something went wrong.