Quote:
|
Originally Posted by Bharat Nain
I played around with EasyC for a few hours yesterday and I really like it. While I like writing code myself(and I will this year), I'd rather play around with flowcharts to get the program done ASAP. It's the same job done in less time - and in most cases less effort. IMHO, you can do quite advanced coding with it too. You cannot make a whole lot of syntax errors either. This really is a gift for rookie programmers.
|
You would love using WPILib in MPLab then Bharat. It runs a bit slower than IFI default code, but all of the drivers for the kit sensors are built in and run perfectly.
WPILib is great for prototyping code for the veteran programmer. All the fun of writing code, none of the hassles of IFI default. For example, I just wrote a absolute heading based drive system (robot always moves in the direction the jostick is pointing) in about 10 minutes with 7 lines of code...
