commit | 4701741d9f7519cfa11367f67e5c865cecb813b5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Mar 10 11:50:46 2013 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Mar 10 18:59:14 2013 -0700 |
tree | 3ec33e5254ce5e2d1c19a5e31a9dd1ceac965ef2 | |
parent | 3a4400c02a9d97c141fcbec7d137cc622f2e6755 [diff] [blame] |
Very basic auto mode code.
diff --git a/frc971/autonomous/auto.h b/frc971/autonomous/auto.h new file mode 100644 index 0000000..00d2d72 --- /dev/null +++ b/frc971/autonomous/auto.h
@@ -0,0 +1,11 @@ +#ifndef FRC971_AUTONOMOUS_AUTO_H_ +#define FRC971_AUTONOMOUS_AUTO_H_ + +namespace frc971 { +namespace autonomous { + +void HandleAuto(); + +} // namespace autonomous +} // namespace frc971 +#endif // FRC971_AUTONOMOUS_AUTO_H_