Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
io.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_IO_HPP
2#define FANG_ROBOTICS_MCB_IO_HPP
6static constexpr float kMainLoopFrequency{500.0f}; //Hertz
7
12void initializeIo();
13
19void updateIo();
20#endif
void initializeIo()
Definition io.cpp:11
void updateIo()
Definition io.cpp:15