API
An API is shared code used by OpModes.
APIs are used to abstract over common tasks, such as controlling the wheels, that can be shared by multiple OpModes. The must be initialized by the OpMode that uses them.
An API is shared code used by OpModes.
APIs are used to abstract over common tasks, such as controlling the wheels, that can be shared by multiple OpModes. The must be initialized by the OpMode that uses them.