Skip to content

Documentation

WebCoder49 edited this page Aug 31, 2023 · 9 revisions

Documentation

Libraries

  • FTCLib - The main library we are using. I can't stress how useful the shortcut it provides are!
  • Brighton College Library - Our custom library contained in the TeamCode module/.../.libs.brightonCollege, using FTCLib and adding more functionality.

Central FTC API

  • FTC Javadoc - The documentation for each function in the FTC's core code
  • Sample OpModes - In your copy of the code, remove the line @Disabled in an OpMode then run it.

General

Clone this wiki locally