Skip to content

Commit

Permalink
ADUS16470 default port doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologyman00 authored Dec 10, 2023
1 parent 641b0c3 commit 0534cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/docs/software/hardware-apis/sensors/gyros-software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ The ADIS16470 uses the :code:`ADIS16470_IMU` class (`Java <https://github.wpilib

.. code-tab:: java

// ADIS16470 plugged into the MXP port
// ADIS16470 plugged into the SPI port
ADIS16470_IMU gyro = new ADIS16470_IMU();

.. code-tab:: c++

// ADIS16470 plugged into the MXP port
// ADIS16470 plugged into the SPI port
ADIS16470_IMU gyro;

ADXRS450_Gyro
Expand Down

0 comments on commit 0534cd8

Please sign in to comment.