opcontrol.cpp
Go to the documentation of this file.
1 
13 #include "main.h"
15 
16 // entry point of user control period.
17 void opcontrol() {
18 
19  //running the hello world example
20  setup();
21 
22  while(1) pros::c::delay(20);
23 }
opcontrol
void opcontrol()
Definition: opcontrol.cpp:17
helloworld.h
setup
void setup()
Definition: helloworld.cpp:19


rosserial_vex_v5
Author(s): Cannon
autogenerated on Wed Mar 2 2022 00:58:22