opcontrol.cpp
Go to the documentation of this file.
1 
13 #include "main.h"
14 #include "helloworld.cpp"
15 
16 /*
17  *
18  *
19  * NO GLOBAL OBJECT DEFINITIONS!
20  *
21  * DO NOT globally define either structs or objects.
22  * See issue: https://github.com/purduesigbots/pros/issues/48
23  *
24  * Instead, put all objects/structs inside functions.
25  *
26  *
27  */
28 
29 // entry point of user control period.
31 
32  //running the hello world example
33  setup();
34 
35  while(1) delay(20);
36 }
void setup()
Definition: helloworld.cpp:24
void operatorControl()
Definition: opcontrol.cpp:30


rosserial_vex_cortex
Author(s): Cannon
autogenerated on Mon Jun 10 2019 14:53:45