Skip to content

Commit

Permalink
improved readme when fixing arduino-libraries#4
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Nov 18, 2019
1 parent eacc6e9 commit 33c2663
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 33c2663

Please sign in to comment.