commit | 343bc11b0ac5260c6f0401680e3bbfbdeb9a9e78 | [log] [tgz] |
---|---|---|
author | brians <brians@f308d9b7-e957-4cde-b6ac-9a88185e7312> | Sun Feb 10 01:53:46 2013 +0000 |
committer | brians <brians@f308d9b7-e957-4cde-b6ac-9a88185e7312> | Sun Feb 10 01:53:46 2013 +0000 |
tree | f2d0b37e78ed5a4f6396a5de3b7ef1bc7b0fc24b | |
parent | f1579336bbb728e9596db3b3f90c291886bd7fbf [diff] [blame] |
copied everything over from 2012 and removed all of the actual robot code except the drivetrain stuff git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4078 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/frc971/control_loops/matlab/writeMatFooterFlash.m b/frc971/control_loops/matlab/writeMatFooterFlash.m new file mode 100644 index 0000000..5326a94 --- /dev/null +++ b/frc971/control_loops/matlab/writeMatFooterFlash.m
@@ -0,0 +1,3 @@ +function writeMatFooterFlash(fd) + fprintf(fd, '\n'); +end