Log in

View Full Version : WPILIB Port of 2007 Kickoff Code.


Kingofl337
08-01-2007, 22:36
This is basicly the main contents of the code used in the 2007 kickoff made by Neil Rosenburg. I used easyC's convert to Code Functions and combine them into one .c file and made a header. I haven't tested this other then compiling it but it should work.

You are going to want to call the function "SeekLight();" to get the
show on the road. This is still setup to use easyC's Graphics Display terminal.
I was having problems with XP/2000 thinking the RC was a mouse driver
when I used VT calls.

Here is a link to a getting started for WPILIB. http://users.wpi.edu/~bamiller/WPILib/WPILib.pdf
Here is a link to download WPILIB http://users.wpi.edu/~bamiller/WPILib/Versions.html

Here is also the current FRC versions of WPILIB

michael714
15-01-2007, 16:22
Hey Brad,
Where do you find BuiltIns.h ?

Your efforts are greatly appreciated.

BradAMiller
16-01-2007, 13:50
Whoops...

It's fixed now. There was a problem with the automatic build stuff and some stuff didn't update properly.

The new version is in the usual place (http://users.wpi.edu/~bamiller/WPILib/Versions.html).

Brad