Skip to content

FRC notes

These are notes I took for myself for FRC

Bishop Blanchet (Team 4682 - Cybears)

Useful Hyperlinks

  • FRC wiki page: https://en.wikipedia.org/wiki/FIRST_Robotics_Competition
  • WPILIB homepage: https://docs.wpilib.org/en/stable/index.html#
  • Java coding convention:
    • https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html
    • https://www.javatpoint.com/java-naming-conventions
  • Java learning website: https://www.codecademy.com/learn/learn-java

Software Tutorials