Changes between Version 96 and Version 97 of WikiStart
- Timestamp:
- Jan 12, 2016, 4:16:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v96 v97 24 24 == Resources 25 25 [PlacesToStart Places to Start][[BR]] 26 [http://wpilib.screenstepslive.com/s/4485 FRC 2016Control Systems]26 [http://wpilib.screenstepslive.com/s/4485 FRC Control Systems] 27 27 28 28 === Setup … … 47 47 48 48 ===== WPI Libraries 49 * [http://wpilib.screenstepslive.com/s/4485 2015FRC Control Systems Documentation]: ''the resource'' for programming with WPIlib49 * [http://wpilib.screenstepslive.com/s/4485 FRC Control Systems Documentation]: ''the resource'' for programming with WPIlib 50 50 * [http://first.wpi.edu/FRC/roborio/release/docs/java/ WPILIBJ API Javadocs]: details about every available function in the WPI libraries 51 51 52 52 * [http://wiki.raidtech.net/wiki/Command%20Based%20Robot%20Notes Command Based Robot Structure]: introduction or refresher on command-based programming in WPIlib 53 * [http://wpilib.screenstepslive.com/s/4485/m/13809 2015FRC Java Programming]: subset of the control systems documentation which details how to accomplish many FRC-related tasks in Java53 * [http://wpilib.screenstepslive.com/s/4485/m/13809 FRC Java Programming]: subset of the control systems documentation which details how to accomplish many FRC-related tasks in Java 54 54 * [http://first.wpi.edu/FRC/roborio/toolchains/ FIRST toolchain] 55 55 * ([https://github.com/Open-RIO Open-RIO] and [https://github.com/Open-RIO/ToastAPI/wiki Toast])