Can't find TalonSRX or Shuffleboard API Javadocs

Hello everyone! Happy Kickoff!

I’ve been updating all our software this year and can’t find the Javadocs for the TalonSRX on the CTRE website or Shuffleboard in wpilibj API. Could someone point me to the proper location for each? Thank you.

The closest thing for Shuffleboard docs I could find is https://github.com/wpilibsuite/shuffleboard/wiki

Javadoc jars are on our maven site - they are part of the java library.

They are installed locally on your system, typically.
C:\Users\Public\frc2019\maven\com\ctre\phoenix\api-java

But for ease I just posted them on the site. There is java and Java WPI (which has our WPI_ classes). The website docs will be combined next week.

Click on the Java API link on any of our product pages.

1 Like

yeah I saw that and this: https://wpilib.screenstepslive.com/s/currentCS/m/shuffleboard/l/1021945-configuring-widgets but nothing like a fully detailed api

Thank you kind sir!

Shuffleboard is good but it has like no docs at all and I cry

We just updated the wpilibj online documentation for 2019, and the Shuffleboard class documentation is now there. http://first.wpi.edu/FRC/roborio/release/docs/java/

The wpilibc C++ documentation was just updated as well. http://first.wpi.edu/FRC/roborio/release/docs/cpp/

1 Like

Thank you! This really helps. I’m looking forward to using it this year