Skip to content
Snippets Groups Projects
Commit 46e59c52 authored by Peter Hinch's avatar Peter Hinch Committed by Damien George
Browse files

docs/library/pyb.Accel: Add hardware note about pins used by accel.

parent ec22d173
No related branches found
No related tags found
No related merge requests found
......@@ -46,3 +46,11 @@ Methods
.. method:: Accel.z()
Get the z-axis value.
Hardware Note
-------------
The accelerometer uses I2C bus 1 to communicate with the processor. Consequently
when readings are being taken pins X9 and X10 should be unused (other than for
I2C). Other devices using those pins, and which therefore cannot be used
concurrently, are UART 1 and Timer 4 channels 1 and 2.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment