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 timer API #5

Open mkoval opened 14 years ago

mkoval commented 14 years ago

Both the PIC18 and Cortex support hardware timers with interrupt callbacks, but there is no API in Hax for accessing timers. This forces user code to break Hax's abstraction if it wishes to use timers on either hardware.