Quote:
Originally Posted by ham90mack
So does that mean Kevin Watson's code is kind of like WPILib? They both are used in MPLab, but both are different default code bases? Or am I wrong? (my team only uses Kevin Watson's code with MPLab)
|
WPIlib is a framework written by Brad Miller at WPI to greatly simplify robot programming. Here's some more info:
http://users.wpi.edu/~bamiller/WPILib/
Team 228 wrote our robot code last year in WPIlib, so we can work with it in MPLAB and EasyC PRO. And since WPIlib takes care of so much 'back-end stuff' for you, our team was able to concentrate on more important programming tasks, like our
drive-by autonomous mode.
