Let's leave the football uniforms at home though, teams. ... The last thing I want to see is Baker in Brett Favre yellow spandex... *shudder* - Amanda Morrison [more]
This is an old white paper originally posted by Doogan that I edited for the new IFI system. It is a list of all OI ports, pins, and what each one does (for the default code), and the variable alias for each. It also has 2 other sheets that list the RC outputs and inputs. Everything has an open c...
This 95 page document is the year's upgrade of a manual posted on this form prior to last season. It has been substantially revised since the last post. The most significant addition for this year is an exposition of code that exploits interrupts for wheel counters and the time integration of a...
This is a powerpoint presentation I created for new Team 868 members interested in C Programming. It introduces C syntax, the C pre-processor, data types and sizes, conditionals, looping, data structrures, and coding style.
I've written a little perl script to extract some useful information from the .map file. The script tells you how much space in flash is used by each function in your code. The size is in bytes followed by the percentage of the total 32k available. The list is ordered with the biggest ...