Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e05d2c186b8e2801f6483cec20c1ae232f2d73d2
/
.
/
frc971
/
control_loops
/
index
/
index_main.cc
blob: c5422688321d7ea368194401bb53f77f136c9a18 [
file
] [
log
] [
blame
]
#include
"frc971/control_loops/index/index.h"
#include
"aos/atom_code/init.h"
int
main
()
{
::
aos
::
Init
();
frc971
::
control_loops
::
IndexMotor
indexer
;
indexer
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}