Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
io.cpp File Reference
#include "io.hpp"
Include dependency graph for io.cpp:

Functions

void initializeIo ()
 
void updateIo ()
 

Function Documentation

◆ initializeIo()

void initializeIo ( )

Place any sort of input/output initialization here. For example, place serial init stuff here.

◆ updateIo()

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.