|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|

Go to the source code of this file.
Functions | |
| void | initializeIo () |
| void | updateIo () |
| void initializeIo | ( | ) |
Place any sort of input/output initialization here. For example, place serial init stuff here.
| void updateIo | ( | ) |
Anything that you would like to be called place here. It will be called very frequently. Use PeriodicMilliTimers if you don't want something to be called as frequently.