Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds pin parameterisation #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improved readme when fixing #4
trullock committed Nov 18, 2019
commit 33c266330b1821901962d4017f468af257c9d3e9
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,3 +39,9 @@ determine offsets. Follow the instructions below to calibrate your sensor.

- Magnetometer: Move the magnetometer in a large 8 like pattern a few times
gently.

Setting up pins
-----------

See the declaration for initSensor in NineAxesMotion.h
Ensure you have correctly configured the Interrupt and Reset pins. Modern boards default to Interrupt Pin = 2 and Reset Pin = 7, although your board may be jumpered differently. The most probable alternative pins are Interrupt Pin = 4 and Reset Pin = 3. Consult your shield and observe how these tracks are jumpered on your particular setup.