Skip to content

Robot hardware class

Cezar Mathe edited this page Mar 4, 2019 · 1 revision

The Robot hardware class contains static fields which can be accessed from anywhere.

To initialize the hardware, you just need to run:

Robot.build(hardwareMap);
Clone this wiki locally