Skip to content

Commit b083b35

Browse files
authored
Add doc links to ADIS gyros and remove incorrect gyro IF (#2159)
Add warning about AD software being outdated
1 parent 07ded74 commit b083b35

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/docs/software/hardware-apis/sensors/gyros-software.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ All natively-supported gyro objects in WPILib implement the :code:`Gyro` interfa
1717
ADIS16448
1818
^^^^^^^^^
1919

20-
The ADIS16448 uses the :code:`ADIS16448_IMU` class and implements the :code:`Gyro` interface. See the `ADIS16448 documentation <https://wiki.analog.com/first/adis16448_imu_frc>`__ for additional information and examples.
20+
The ADIS16448 uses the :code:`ADIS16448_IMU` class (`Java <https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/ADIS16448_IMU.html>`__, `C++ <https://github.wpilib.org/allwpilib/docs/release/cpp/classfrc_1_1_a_d_i_s16448___i_m_u.html>`__). See the `Analog Devices ADIS16448 documentation <https://wiki.analog.com/first/adis16448_imu_frc>`__ for additional information and examples.
21+
22+
.. warning:: The Analog Devices documentation linked above contains outdated instructions for software installation as the ADIS16448 is now built into WPILib.
2123

2224
.. tabs::
2325

@@ -34,7 +36,9 @@ The ADIS16448 uses the :code:`ADIS16448_IMU` class and implements the :code:`Gyr
3436
ADIS16470
3537
^^^^^^^^^
3638

37-
The ADIS16470 uses the :code:`ADIS16470_IMU` class and implements the :code:`Gyro` interface. See the `ADIS16470 documentation <https://wiki.analog.com/first/adis16470_imu_frc>`__ for additional information and examples.
39+
The ADIS16470 uses the :code:`ADIS16470_IMU` class (`Java <https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/ADIS16470_IMU.html>`__, `C++ <https://github.wpilib.org/allwpilib/docs/release/cpp/classfrc_1_1_a_d_i_s16470___i_m_u.html>`__). See the `Analog Devices ADIS16470 documentation <https://wiki.analog.com/first/adis16470_imu_frc>`__ for additional information and examples.
40+
41+
.. warning:: The Analog Devices documentation linked above contains outdated instructions for software installation as the ADIS16470 is now built into WPILib.
3842

3943
.. tabs::
4044

0 commit comments

Comments
 (0)