|
Re: How do you program your vex?
I've just started with Vex, but as an ol' programmer I generally prefer working directly with source code than the drag-the-blocks approach of easyC. I've managed to get a makefile working that uses the compiler / linker / etc. that come with the Vex Programming Kit. This way I can just edit C code, build it using the makefile, and send the HEX to the Vex using the IFI Loader. If anybody else would like to pursue this rather "retro" way of doing Vex development in C, let me know here and perhaps I can post the makefile somewhere.
|