Austin Schuh | dc1c84a | 2013-02-23 16:33:10 -0800 | [diff] [blame] | 1 | #include "frc971/control_loops/wrist.h" |
2 | |||||
3 | #include "aos/aos_core.h" | ||||
4 | |||||
Austin Schuh | 30efeb7 | 2013-02-24 02:06:36 -0800 | [diff] [blame^] | 5 | int main() { |
6 | ::aos::Init(); | ||||
7 | frc971::control_loops::WristMotor wrist; | ||||
8 | looper.Run(); | ||||
9 | ::aos::Cleanup(); | ||||
10 | return 0; | ||||
11 | } |