mkoval / hax

Hardware Abstraction for VEX is a C hardware abstraction layer for the VEX Robotics PIC18 and ARM Cortex M3 micrcontrollers. See the Wiki for a more detailed overview and for a guide to get started.
http://ieee.rutgers.edu/content/hax
6 stars 8 forks source link

Missing 'test' project #13

Closed mkoval closed 14 years ago

mkoval commented 14 years ago

There is no test project as cited in README.md. This should be minimalistic, but substantially more fleshed out than skel (i.e. working telop and autonomous code). I am planning to hammer something out over the next few days that demonstrates HAX's cross-architecture compatibility.

codyps commented 14 years ago

Got it. I have a test project I'm using to get the new build system running, but that doesn't really qualify for what "test" should be.

mkoval commented 14 years ago

I'll take a look at the test project in your buildsys branch, but I very well wind up rewriting it. I'm hoping to have a very small project that uses most of HAX's features, perhaps excluding timers.

mkoval commented 14 years ago

Implemented in develop and merged into master. Note that this project assumes that the pin-indexing has been updated.